Html Css Color HEX #06201B Dark Green

📋 copy color: '#06201B'

red 6 ◦ green 32 ◦ blue 27

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

Shades of Dark Green #06201B

Tints of Dark Green #06201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 41.54%

R = 9.23%
G = 49.23%
B = 41.54%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.87

RGB Variations

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

Color information

#06201B (or 0x06201B) is known color: Dark Green. HEX triplet: 06, 20 and 1B. RGB value is (6,32,27). Sum of RGB (Red+Green+Blue) = 6+32+27=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 32 (12.89% from 255 or 49.23% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 32 - color contains mainly: green. Hex color #06201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06201B is #F9DFE4. Grayscale: #171717. Windows color (decimal): -16375781 or 1777670. OLE color: 1777670.

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

Color convert

RGB 6 32 27 -
CMYK 0.81 0 0.16 0.87
HSL 168.46º 0.68% 0.07% -
HSV(B) 168.46º 0.81% 0.13% -
XYZ 0.79 1.15 1.22 -
YUV 23.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 6 32 27 0.81 0 0.16 0.87 168.46 0.68 0.07
Hex 6 20 1B 51 0 10 57 A8 44 7
Octal 6 40 33 121 0 20 127 250 104 7
Binary 110 100000 11011 1010001 0 10000 1010111 10101000 1000100 111

Color Harmonies of #06201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06201B

Black with #06201B

Text Example


Text Example

White with #06201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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