#05932E

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

Shades of Forest Green #05932E

Tints of Forest Green #05932E

Color information

#05932E (or 0x05932E) is unknown color: approx Forest Green. HEX triplet: 05, 93 and 2E. RGB value is (5,147,46). Sum of RGB (Red+Green+Blue) = 5+147+46=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 147 (57.81% from 255 or 74.24% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 147 - color contains mainly: green. Hex color #05932E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05932E is #FA6CD1. Grayscale: #5D5D5D. Windows color (decimal): -16411858 or 3052293. OLE color: 3052293.

HSL color Cylindrical-coordinate representation of color #05932E: hue angle of 137.32º degrees, saturation: 0.93, 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 #05932E is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB514746-
CMYK0.9700.690.42
HSL137.32º93.42%29.8%-
HSV(B)137.32º96.6%57.65%-
XYZ10.9921.16.08-
YUV93.03101.4665.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.53%
GREEN value IS 147 (57.81% from 255) = 74.24%
BLUE value IS 46 (18.36% from 255) = 23.23%
R=2.53%
G=74.24%
B=23.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5147460.9700.690.42137.3293.4229.8
Hex5932E610452A895d1e
Octal52235614101055221113536
Binary1011001001110111011000010100010110101010001001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05932E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05932E; }

 p { color: rgb(5,147,46); }

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

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

 a { background-color: rgb(5,147,46); }

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

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

 span { border-color: rgb(5,147,46); }

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