Html Css Color HEX #06220F Dark Green

📋 copy color: '#06220F'

red 6 ◦ green 34 ◦ blue 15

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

Shades of Dark Green #06220F

Tints of Dark Green #06220F

RGB

 RED value IS 6 (2.73% from 255) = 10.91%

 GREEN value IS 34 (13.67% from 255) = 61.82%

 BLUE value IS 15 (6.25% from 255) = 27.27%

R = 10.91%
G = 61.82%
B = 27.27%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#06220F (or 0x06220F) is known color: Dark Green. HEX triplet: 06, 22 and 0F. RGB value is (6,34,15). Sum of RGB (Red+Green+Blue) = 6+34+15=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 34 (13.67% from 255 or 61.82% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 34 - color contains mainly: green. Hex color #06220F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06220F is #F9DDF0. Grayscale: #171717. Windows color (decimal): -16375281 or 991750. OLE color: 991750.

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

Color convert

RGB 6 34 15 -
CMYK 0.82 0 0.56 0.87
HSL 139.29º 0.7% 0.08% -
HSV(B) 139.29º 0.82% 0.13% -
XYZ 0.73 1.22 0.65 -
YUV 23.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 6 34 15 0.82 0 0.56 0.87 139.29 0.7 0.08
Hex 6 22 F 52 0 38 57 8B 46 8
Octal 6 42 17 122 0 70 127 213 106 10
Binary 110 100010 1111 1010010 0 111000 1010111 10001011 1000110 1000

Color Harmonies of #06220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06220F

Black with #06220F

Text Example


Text Example

White with #06220F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06220F;
 }
 .AnyTagClassName
 {
   color: #06220F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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