#062212

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

Shades of Dark Green #062212

Tints of Dark Green #062212

Color information

#062212 (or 0x062212) is unknown color: approx Dark Green. HEX triplet: 06, 22 and 12. RGB value is (6,34,18). Sum of RGB (Red+Green+Blue) = 6+34+18=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 34 (13.67% from 255 or 58.62% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 34 - color contains mainly: green. Hex color #062212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062212 is #F9DDED. Grayscale: #171717. Windows color (decimal): -16375278 or 1188358. OLE color: 1188358.

HSL color Cylindrical-coordinate representation of color #062212: hue angle of 145.71º degrees, saturation: 0.7, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #062212 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB63418-
CMYK0.8200.470.87
HSL145.71º70%7.84%-
HSV(B)145.71º82.35%13.33%-
XYZ0.761.230.77-
YUV23.8124.72115.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.34%
GREEN value IS 34 (13.67% from 255) = 58.62%
BLUE value IS 18 (7.42% from 255) = 31.03%
R=10.34%
G=58.62%
B=31.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal634180.8200.470.87145.71707.84
Hex622125202F5792468
Octal6422212205712722210610
Binary110100010100101010010010111110101111001001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062212; }

 p { color: rgb(6,34,18); }

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

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

 a { background-color: rgb(6,34,18); }

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

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

 span { border-color: rgb(6,34,18); }

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