Html Css Color HEX #06211A Dark Green

📋 copy color: '#06211A'

red 6 ◦ green 33 ◦ blue 26

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

Shades of Dark Green #06211A

Tints of Dark Green #06211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 50.77%

 BLUE value IS 26 (10.55% from 255) = 40%

R = 9.23%
G = 50.77%
B = 40%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.87

RGB Variations

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

Color information

#06211A (or 0x06211A) is known color: Dark Green. HEX triplet: 06, 21 and 1A. RGB value is (6,33,26). Sum of RGB (Red+Green+Blue) = 6+33+26=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 33 (13.28% from 255 or 50.77% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 33 - color contains mainly: green. Hex color #06211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06211A is #F9DEE5. Grayscale: #181818. Windows color (decimal): -16375526 or 1712390. OLE color: 1712390.

HSL color Cylindrical-coordinate representation of color #06211A: hue angle of 164.44º degrees, saturation: 0.69, 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 #06211A is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 33 26 -
CMYK 0.82 0 0.21 0.87
HSL 164.44º 0.69% 0.08% -
HSV(B) 164.44º 0.82% 0.13% -
XYZ 0.81 1.2 1.17 -
YUV 24.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 6 33 26 0.82 0 0.21 0.87 164.44 0.69 0.08
Hex 6 21 1A 52 0 15 57 A4 45 8
Octal 6 41 32 122 0 25 127 244 105 10
Binary 110 100001 11010 1010010 0 10101 1010111 10100100 1000101 1000

Color Harmonies of #06211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06211A

Black with #06211A

Text Example


Text Example

White with #06211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06211A; }

 p { color: rgb(6,33,26); }

 H1.HeaderClassName
 {
   color: #06211A;
 }
 .AnyTagClassName
 {
   color: #06211A;
 }
</style>

background-color css

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

 a { background-color: rgb(6,33,26); }

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

border-color css

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

 span { border-color: rgb(6,33,26); }

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