COLOR #488202

HEX: #488202
RGB: (72,130,2)

Color info

#488202 contains mainly red and green colors. Web safe color of #488202 is #339900 (or #390).

RGB color model

#488202 color RGB value is (72,130,2).

  • red value is 72;
  • green value is 130;
  • blue value is 2.
RGB:
(72,130,2)
(28%,51%,1%)

RGB channels and saturation

R 72 of 255 = 28%
G 130 of 255 = 51%
B 2 of 255 = 1%

72
130
2

R + G + B ~ 27%. #488202 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 130 + 2 = 204 (100%)
R 72 of 204 ~ 35.29%
G 130 of 204 ~ 63.73%
B 2 of 204 ~ 0.98%

%35.29
%63.73

CMYK color model

#488202 color CMYK value is (45,0,98,49).

  • cyan value is 44.62%
  • magenta value is 0.00%
  • yellow value is 98.46%
  • key color value is 49.02%
CMYK:
(45,0,98,49)
C45M0Y98K49 
(45%,0%,98%,49%)
(0.45/0.00/0.98/0.49)	

CMYK percentages

%44.62
%0
%98.46
%49.02

Codes

Color #488202 in popluar color models

488202
RGB721302
HSL87°96.97%25.88%
HSB/HSV87°98.46%50.98%
CMYK44.62%0.00%98.46%
49.02%

Color #488202 in popluar number systems.

HEX488202
Decimal721302
Binary10010001000001010
Octal1102022

Shades and tints

Shades of #488202

#488202
(72,130,2)
#427702
(66,119,2)
#3C6C02
(60,108,2)
#366102
(54,97,2)
#305602
(48,86,2)
#2A4B02
(42,75,2)
#244002
(36,64,2)
#1E3502
(30,53,2)
#182A02
(24,42,2)
#121F02
(18,31,2)
#0C1402
(12,20,2)
#000000
(0,0,0)

Tints of #488202

#488202
(72,130,2)
#588D19
(88,141,25)
#689830
(104,152,48)
#78A347
(120,163,71)
#88AE5E
(136,174,94)
#98B975
(152,185,117)
#A8C48C
(168,196,140)
#B8CFA3
(184,207,163)
#C8DABA
(200,218,186)
#D8E5D1
(216,229,209)
#E8F0E8
(232,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488202 color. Also use rgb(72,130,2) instead hex code.

Text Font Color

.myTextColor { color: #488202; }

<p style="color:#488202">This sample text font color is #488202.</p>

This text font color is #488202.


Background Color

.myBgColor { background-color: #488202; }

<div style="background-color:#488202">Inner text</div>

This div background color is #488202.


Border color

.myBorderColor { border: 1px solid #488202; }

<div style="border:3px solid #488202">Div</div>

This div border color is #488202.


Opacity

.myOpacity80 { color: #488202; opacity: 0.8; }

<p style="color:#488202;opacity:0.8;">80%</p>

Text with #488202 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #488202;}

<p style="text-shadow: 3px 3px 1px #488202">Text here.</p>

This text has shadow with #488202 color.

.textShadow {text-shadow: 3px 3px 1px #488202, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #488202, 5px 5px 20px red">Text here.</p>

This text has shadow with #488202 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#488202, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#488202, Direction=45, Strength=4)">Text</p>

This text has shadow with #488202 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #488202;
  -webkit-box-shadow:	1px 1px 3px 2px #488202;
  box-shadow:		1px 1px 3px 2px #488202;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #488202;
-webkit-box-shadow: 1px 1px 3px 2px #488202;
box-shadow:1px 1px 3px 2px #488202;">
Div content here</div>
This div box has shadow with color #488202.

Preview

Color preview on black background

This text has color #488202 on black background.


Color preview on white background

This text has color #488202 on white background.



Black color preview on #488202 background

This text has black color on #488202 background.


White color preview on #488202 background

This text has white color on #488202 background.