Html Css Color HEX #08201F Dark Green

📋 copy color: '#08201F'

red 8 ◦ green 32 ◦ blue 31

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

Shades of Dark Green #08201F

Tints of Dark Green #08201F

RGB

 RED value IS 8 (3.52% from 255) = 11.27%

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

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

R = 11.27%
G = 45.07%
B = 43.66%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#08201F (or 0x08201F) is known color: Dark Green. HEX triplet: 08, 20 and 1F. RGB value is (8,32,31). Sum of RGB (Red+Green+Blue) = 8+32+31=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 32 - color contains mainly: green. Hex color #08201F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08201F is #F7DFE0. Grayscale: #181818. Windows color (decimal): -16244705 or 2039816. OLE color: 2039816.

HSL color Cylindrical-coordinate representation of color #08201F: hue angle of 177.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #08201F is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB 8 32 31 -
CMYK 0.75 0 0.03 0.87
HSL 177.5º 0.6% 0.08% -
HSV(B) 177.5º 0.75% 0.13% -
XYZ 0.86 1.18 1.48 -
YUV 24.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 8 32 31 0.75 0 0.03 0.87 177.5 0.6 0.08
Hex 8 20 1F 4B 0 3 57 B2 3C 8
Octal 10 40 37 113 0 3 127 262 74 10
Binary 1000 100000 11111 1001011 0 11 1010111 10110010 111100 1000

Color Harmonies of #08201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08201F

Black with #08201F

Text Example


Text Example

White with #08201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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