#06221E

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

Shades of Dark Green #06221E

Tints of Dark Green #06221E

Color information

#06221E (or 0x06221E) is unknown color: approx Dark Green. HEX triplet: 06, 22 and 1E. RGB value is (6,34,30). Sum of RGB (Red+Green+Blue) = 6+34+30=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 34 (13.67% from 255 or 48.57% from 70); Blue value is 30 (12.11% from 255 or 42.86% from 70); Max value from RGB is 34 - color contains mainly: green. Hex color #06221E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06221E is #F9DDE1. Grayscale: #191919. Windows color (decimal): -16375266 or 1974790. OLE color: 1974790.

HSL color Cylindrical-coordinate representation of color #06221E: hue angle of 171.43º 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 #06221E is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB63430-
CMYK0.8200.120.87
HSL171.43º70%7.84%-
HSV(B)171.43º82.35%13.33%-
XYZ0.881.281.43-
YUV25.17130.72114.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.57%
GREEN value IS 34 (13.67% from 255) = 48.57%
BLUE value IS 30 (12.11% from 255) = 42.86%
R=8.57%
G=48.57%
B=42.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal634300.8200.120.87171.43707.84
Hex6221E520C57ab468
Octal6423612201412725310610
Binary1101000101111010100100110010101111010101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06221E; }

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

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

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

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

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

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

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

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