#05912C

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

Shades of Forest Green #05912C

Tints of Forest Green #05912C

Color information

#05912C (or 0x05912C) is unknown color: approx Forest Green. HEX triplet: 05, 91 and 2C. RGB value is (5,145,44). Sum of RGB (Red+Green+Blue) = 5+145+44=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 145 (57.03% from 255 or 74.74% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 145 - color contains mainly: green. Hex color #05912C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05912C is #FA6ED3. Grayscale: #5B5B5B. Windows color (decimal): -16412372 or 2920709. OLE color: 2920709.

HSL color Cylindrical-coordinate representation of color #05912C: hue angle of 136.71º degrees, saturation: 0.93, 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 #05912C is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB514544-
CMYK0.9700.700.43
HSL136.71º93.33%29.41%-
HSV(B)136.71º96.55%56.86%-
XYZ10.6420.465.77-
YUV91.63101.1266.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.58%
GREEN value IS 145 (57.03% from 255) = 74.74%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=2.58%
G=74.74%
B=22.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5145440.9700.700.43136.7193.3329.41
Hex5912C610462B895d1d
Octal52215414101065321113535
Binary1011001000110110011000010100011010101110001001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05912C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05912C; }

 p { color: rgb(5,145,44); }

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

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

 a { background-color: rgb(5,145,44); }

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

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

 span { border-color: rgb(5,145,44); }

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