#05932B

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

Shades of Forest Green #05932B

Tints of Forest Green #05932B

Color information

#05932B (or 0x05932B) is unknown color: approx Forest Green. HEX triplet: 05, 93 and 2B. RGB value is (5,147,43). Sum of RGB (Red+Green+Blue) = 5+147+43=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 147 (57.81% from 255 or 75.38% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 147 - color contains mainly: green. Hex color #05932B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05932B is #FA6CD4. Grayscale: #5C5C5C. Windows color (decimal): -16411861 or 2855685. OLE color: 2855685.

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

Color convert

RGB514743-
CMYK0.9700.710.42
HSL136.06º93.42%29.8%-
HSV(B)136.06º96.6%57.65%-
XYZ10.9321.075.78-
YUV92.6999.9665.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.56%
GREEN value IS 147 (57.81% from 255) = 75.38%
BLUE value IS 43 (17.19% from 255) = 22.05%
R=2.56%
G=75.38%
B=22.05%

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
Decimal5147430.9700.710.42136.0693.4229.8
Hex5932B610472A885d1e
Octal52235314101075221013536
Binary1011001001110101111000010100011110101010001000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05932B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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