#05972B

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

Shades of Forest Green #05972B

Tints of Forest Green #05972B

Color information

#05972B (or 0x05972B) is unknown color: approx Forest Green. HEX triplet: 05, 97 and 2B. RGB value is (5,151,43). Sum of RGB (Red+Green+Blue) = 5+151+43=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 151 (59.38% from 255 or 75.88% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 151 - color contains mainly: green. Hex color #05972B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05972B is #FA68D4. Grayscale: #5F5F5F. Windows color (decimal): -16410837 or 2856709. OLE color: 2856709.

HSL color Cylindrical-coordinate representation of color #05972B: hue angle of 135.62º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05972B is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB515143-
CMYK0.9700.720.41
HSL135.62º93.59%30.59%-
HSV(B)135.62º96.69%59.22%-
XYZ11.5722.345.99-
YUV95.0398.6363.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.51%
GREEN value IS 151 (59.38% from 255) = 75.88%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=2.51%
G=75.88%
B=21.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5151430.9700.720.41135.6293.5930.59
Hex5972B6104829885e1f
Octal52275314101105121013637
Binary1011001011110101111000010100100010100110001000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05972B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05972B; }

 p { color: rgb(5,151,43); }

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

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

 a { background-color: rgb(5,151,43); }

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

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

 span { border-color: rgb(5,151,43); }

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