#056212

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

Shades of Green #056212

Tints of Green #056212

Color information

#056212 (or 0x056212) is unknown color: approx Green. HEX triplet: 05, 62 and 12. RGB value is (5,98,18). Sum of RGB (Red+Green+Blue) = 5+98+18=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 98 (38.67% from 255 or 80.99% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 98 - color contains mainly: green. Hex color #056212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056212 is #FA9DED. Grayscale: #3D3D3D. Windows color (decimal): -16424430 or 1204741. OLE color: 1204741.

HSL color Cylindrical-coordinate representation of color #056212: hue angle of 128.39º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056212 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB59818-
CMYK0.9500.820.62
HSL128.39º90.29%20.2%-
HSV(B)128.39º94.9%38.43%-
XYZ4.548.812.03-
YUV61.07103.6988-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 98 (38.67% from 255) = 80.99%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=4.13%
G=80.99%
B=14.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal598180.9500.820.62128.3990.2920.2
Hex562125F0523E805a14
Octal51422213701227620013224
Binary10111000101001010111110101001011111010000000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056212; }

 p { color: rgb(5,98,18); }

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

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

 a { background-color: rgb(5,98,18); }

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

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

 span { border-color: rgb(5,98,18); }

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