Html Css Color HEX #06221E Dark Green

📋 copy color: '#06221E'

red 6 ◦ green 34 ◦ blue 30

#06221E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #06221E

Tints of Dark Green #06221E

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 value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#06221E (or 0x06221E) is known color: 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

RGB 6 34 30 -
CMYK 0.82 0 0.12 0.87
HSL 171.43º 0.7% 0.08% -
HSV(B) 171.43º 0.82% 0.13% -
XYZ 0.88 1.28 1.43 -
YUV 25.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 6 34 30 0.82 0 0.12 0.87 171.43 0.7 0.08
Hex 6 22 1E 52 0 C 57 AB 46 8
Octal 6 42 36 122 0 14 127 253 106 10
Binary 110 100010 11110 1010010 0 1100 1010111 10101011 1000110 1000

Color Harmonies of #06221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06221E

Black with #06221E

Text Example


Text Example

White with #06221E

Text Example


Text Example

HTML Codes & Css Web 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>