#038620

Color #038620 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #038620

Tints of Forest Green #038620

Color information

#038620 (or 0x038620) is unknown color: approx Forest Green. HEX triplet: 03, 86 and 20. RGB value is (3,134,32). Sum of RGB (Red+Green+Blue) = 3+134+32=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 134 (52.73% from 255 or 79.29% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 134 - color contains mainly: green. Hex color #038620 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038620 is #FC79DF. Grayscale: #535353. Windows color (decimal): -16546272 or 2131459. OLE color: 2131459.

HSL color Cylindrical-coordinate representation of color #038620: hue angle of 133.28º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038620 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB313432-
CMYK0.9800.760.47
HSL133.28º95.62%26.86%-
HSV(B)133.28º97.76%52.55%-
XYZ8.8217.174.22-
YUV83.299.170.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.78%
GREEN value IS 134 (52.73% from 255) = 79.29%
BLUE value IS 32 (12.89% from 255) = 18.93%
R=1.78%
G=79.29%
B=18.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3134320.9800.760.47133.2895.6226.86
Hex386206204C2F85601b
Octal32064014201145720514033
Binary111000011010000011000100100110010111110000101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038620; }

 p { color: rgb(3,134,32); }

 H1.HeaderClassName
 {
   color: #038620;
 }
 .AnyTagClassName
 {
   color: #038620;
 }
</style>
background-color css

<style>
 a { background-color: #038620; }

 a { background-color: rgb(3,134,32); }

 div.DivClassName
 {
   background-color: #038620;
 }
 .BgClassName
 {
   background-color: #038620;
 }
</style>
border-color css

<style>
 span { border-color: #038620; }

 span { border-color: rgb(3,134,32); }

 td.TdClassName
 {
   border-color: #038620;
 }
 .TagClassName
 {
   border-color: #038620;
 }
</style>