Html Css Color HEX #06211F Dark Green

📋 copy color: '#06211F'

red 6 ◦ green 33 ◦ blue 31

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

Shades of Dark Green #06211F

Tints of Dark Green #06211F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 44.29%

R = 8.57%
G = 47.14%
B = 44.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#06211F (or 0x06211F) is known color: Dark Green. HEX triplet: 06, 21 and 1F. RGB value is (6,33,31). Sum of RGB (Red+Green+Blue) = 6+33+31=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 33 (13.28% from 255 or 47.14% from 70); Blue value is 31 (12.5% from 255 or 44.29% from 70); Max value from RGB is 33 - color contains mainly: green. Hex color #06211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06211F is #F9DEE0. Grayscale: #181818. Windows color (decimal): -16375521 or 2040070. OLE color: 2040070.

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

Color convert

RGB 6 33 31 -
CMYK 0.82 0 0.06 0.87
HSL 175.56º 0.69% 0.08% -
HSV(B) 175.56º 0.82% 0.13% -
XYZ 0.87 1.23 1.49 -
YUV 24.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 6 33 31 0.82 0 0.06 0.87 175.56 0.69 0.08
Hex 6 21 1F 52 0 6 57 B0 45 8
Octal 6 41 37 122 0 6 127 260 105 10
Binary 110 100001 11111 1010010 0 110 1010111 10110000 1000101 1000

Color Harmonies of #06211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06211F

Black with #06211F

Text Example


Text Example

White with #06211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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