#05962F

Color #05962F Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #05962F

Tints of Pigment Green #05962F

Color information

#05962F (or 0x05962F) is unknown color: approx Pigment Green. HEX triplet: 05, 96 and 2F. RGB value is (5,150,47). Sum of RGB (Red+Green+Blue) = 5+150+47=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 150 (58.98% from 255 or 74.26% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 150 - color contains mainly: green. Hex color #05962F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05962F is #FA69D0. Grayscale: #5F5F5F. Windows color (decimal): -16411089 or 3118597. OLE color: 3118597.

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

Color convert

RGB515047-
CMYK0.9700.690.41
HSL137.38º93.55%30.39%-
HSV(B)137.38º96.67%58.82%-
XYZ11.4822.056.34-
YUV94.9100.9663.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.48%
GREEN value IS 150 (58.98% from 255) = 74.26%
BLUE value IS 47 (18.75% from 255) = 23.27%
R=2.48%
G=74.26%
B=23.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5150470.9700.690.41137.3893.5530.39
Hex5962F6104529895e1e
Octal52265714101055121113636
Binary1011001011010111111000010100010110100110001001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05962F; }

 p { color: rgb(5,150,47); }

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

<style>
 a { background-color: #05962F; }

 a { background-color: rgb(5,150,47); }

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

<style>
 span { border-color: #05962F; }

 span { border-color: rgb(5,150,47); }

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