Html Css Color HEX #06201F Dark Green

📋 copy color: '#06201F'

red 6 ◦ green 32 ◦ blue 31

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

Shades of Dark Green #06201F

Tints of Dark Green #06201F

RGB

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

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

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

R = 8.7%
G = 46.38%
B = 44.93%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#06201F (or 0x06201F) is known color: Dark Green. HEX triplet: 06, 20 and 1F. RGB value is (6,32,31). Sum of RGB (Red+Green+Blue) = 6+32+31=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 32 - color contains mainly: green. Hex color #06201F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06201F is #F9DFE0. Grayscale: #181818. Windows color (decimal): -16375777 or 2039814. OLE color: 2039814.

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

Color convert

RGB 6 32 31 -
CMYK 0.81 0 0.03 0.87
HSL 177.69º 0.68% 0.07% -
HSV(B) 177.69º 0.81% 0.13% -
XYZ 0.84 1.17 1.48 -
YUV 24.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 6 32 31 0.81 0 0.03 0.87 177.69 0.68 0.07
Hex 6 20 1F 51 0 3 57 B2 44 7
Octal 6 40 37 121 0 3 127 262 104 7
Binary 110 100000 11111 1010001 0 11 1010111 10110010 1000100 111

Color Harmonies of #06201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06201F

Black with #06201F

Text Example


Text Example

White with #06201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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