Html Css Color HEX #06201D Dark Green

📋 copy color: '#06201D'

red 6 ◦ green 32 ◦ blue 29

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

Shades of Dark Green #06201D

Tints of Dark Green #06201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 47.76%

 BLUE value IS 29 (11.72% from 255) = 43.28%

R = 8.96%
G = 47.76%
B = 43.28%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#06201D (or 0x06201D) is known color: Dark Green. HEX triplet: 06, 20 and 1D. RGB value is (6,32,29). Sum of RGB (Red+Green+Blue) = 6+32+29=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 32 (12.89% from 255 or 47.76% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 32 - color contains mainly: green. Hex color #06201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06201D is #F9DFE2. Grayscale: #171717. Windows color (decimal): -16375779 or 1908742. OLE color: 1908742.

HSL color Cylindrical-coordinate representation of color #06201D: hue angle of 173.08º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #06201D is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 32 29 -
CMYK 0.81 0 0.09 0.87
HSL 173.08º 0.68% 0.07% -
HSV(B) 173.08º 0.81% 0.13% -
XYZ 0.81 1.16 1.34 -
YUV 23.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 6 32 29 0.81 0 0.09 0.87 173.08 0.68 0.07
Hex 6 20 1D 51 0 9 57 AD 44 7
Octal 6 40 35 121 0 11 127 255 104 7
Binary 110 100000 11101 1010001 0 1001 1010111 10101101 1000100 111

Color Harmonies of #06201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06201D

Black with #06201D

Text Example


Text Example

White with #06201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06201D; }

 p { color: rgb(6,32,29); }

 H1.HeaderClassName
 {
   color: #06201D;
 }
 .AnyTagClassName
 {
   color: #06201D;
 }
</style>

background-color css

<style>
 a { background-color: #06201D; }

 a { background-color: rgb(6,32,29); }

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

border-color css

<style>
 span { border-color: #06201D; }

 span { border-color: rgb(6,32,29); }

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