#05982F

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

Shades of Pigment Green #05982F

Tints of Pigment Green #05982F

Color information

#05982F (or 0x05982F) is unknown color: approx Pigment Green. HEX triplet: 05, 98 and 2F. RGB value is (5,152,47). Sum of RGB (Red+Green+Blue) = 5+152+47=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 152 (59.77% from 255 or 74.51% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 152 - color contains mainly: green. Hex color #05982F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05982F is #FA67D0. Grayscale: #606060. Windows color (decimal): -16410577 or 3119109. OLE color: 3119109.

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

Color convert

RGB515247-
CMYK0.9700.690.40
HSL137.14º93.63%30.78%-
HSV(B)137.14º96.71%59.61%-
XYZ11.822.696.45-
YUV96.08100.363.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.45%
GREEN value IS 152 (59.77% from 255) = 74.51%
BLUE value IS 47 (18.75% from 255) = 23.04%
R=2.45%
G=74.51%
B=23.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5152470.9700.690.40137.1493.6330.78
Hex5982F6104528895e1f
Octal52305714101055021113637
Binary1011001100010111111000010100010110100010001001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05982F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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