#04921F

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

Shades of Forest Green #04921F

Tints of Forest Green #04921F

Color information

#04921F (or 0x04921F) is unknown color: approx Forest Green. HEX triplet: 04, 92 and 1F. RGB value is (4,146,31). Sum of RGB (Red+Green+Blue) = 4+146+31=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 146 (57.42% from 255 or 80.66% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 146 - color contains mainly: green. Hex color #04921F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04921F is #FB6DE0. Grayscale: #5A5A5A. Windows color (decimal): -16477665 or 2068996. OLE color: 2068996.

HSL color Cylindrical-coordinate representation of color #04921F: hue angle of 131.41º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04921F is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB414631-
CMYK0.9700.790.43
HSL131.41º94.67%29.41%-
HSV(B)131.41º97.26%57.25%-
XYZ10.5820.684.73-
YUV90.4394.4666.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.21%
GREEN value IS 146 (57.42% from 255) = 80.66%
BLUE value IS 31 (12.5% from 255) = 17.13%
R=2.21%
G=80.66%
B=17.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4146310.9700.790.43131.4194.6729.41
Hex4921F6104F2B835f1d
Octal42223714101175320313735
Binary100100100101111111000010100111110101110000011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04921F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04921F; }

 p { color: rgb(4,146,31); }

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

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

 a { background-color: rgb(4,146,31); }

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

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

 span { border-color: rgb(4,146,31); }

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