#05952B

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

Shades of Forest Green #05952B

Tints of Forest Green #05952B

Color information

#05952B (or 0x05952B) is unknown color: approx Forest Green. HEX triplet: 05, 95 and 2B. RGB value is (5,149,43). Sum of RGB (Red+Green+Blue) = 5+149+43=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 149 (58.59% from 255 or 75.63% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 149 - color contains mainly: green. Hex color #05952B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05952B is #FA6AD4. Grayscale: #5E5E5E. Windows color (decimal): -16411349 or 2856197. OLE color: 2856197.

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

Color convert

RGB514943-
CMYK0.9700.710.42
HSL135.83º93.51%30.2%-
HSV(B)135.83º96.64%58.43%-
XYZ11.2521.75.88-
YUV93.8699.2964.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 149 (58.59% from 255) = 75.63%
BLUE value IS 43 (17.19% from 255) = 21.83%
R=2.54%
G=75.63%
B=21.83%

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
Decimal5149430.9700.710.42135.8393.5130.2
Hex5952B610472A885e1e
Octal52255314101075221013636
Binary1011001010110101111000010100011110101010001000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05952B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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