#04932A

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

Shades of Forest Green #04932A

Tints of Forest Green #04932A

Color information

#04932A (or 0x04932A) is unknown color: approx Forest Green. HEX triplet: 04, 93 and 2A. RGB value is (4,147,42). Sum of RGB (Red+Green+Blue) = 4+147+42=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 147 (57.81% from 255 or 76.17% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 147 - color contains mainly: green. Hex color #04932A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04932A is #FB6CD5. Grayscale: #5C5C5C. Windows color (decimal): -16477398 or 2790148. OLE color: 2790148.

HSL color Cylindrical-coordinate representation of color #04932A: hue angle of 135.94º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04932A is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB414742-
CMYK0.9700.710.42
HSL135.94º94.7%29.61%-
HSV(B)135.94º97.28%57.65%-
XYZ10.921.065.68-
YUV92.2799.6265.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.07%
GREEN value IS 147 (57.81% from 255) = 76.17%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=2.07%
G=76.17%
B=21.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4147420.9700.710.42135.9494.729.61
Hex4932A610472A885f1e
Octal42235214101075221013736
Binary1001001001110101011000010100011110101010001000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04932A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04932A; }

 p { color: rgb(4,147,42); }

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

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

 a { background-color: rgb(4,147,42); }

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

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

 span { border-color: rgb(4,147,42); }

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