#08201A

Color #08201A Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #08201A

Tints of Dark Green #08201A

Color information

#08201A (or 0x08201A) is unknown color: approx Dark Green. HEX triplet: 08, 20 and 1A. RGB value is (8,32,26). Sum of RGB (Red+Green+Blue) = 8+32+26=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 32 - color contains mainly: green. Hex color #08201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08201A is #F7DFE5. Grayscale: #181818. Windows color (decimal): -16244710 or 1712136. OLE color: 1712136.

HSL color Cylindrical-coordinate representation of color #08201A: hue angle of 165º 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 #08201A is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.

Color convert

RGB83226-
CMYK0.7500.190.87
HSL165º60%7.84%-
HSV(B)165º75%12.55%-
XYZ0.81.161.16-
YUV24.14129.05116.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.12%
GREEN value IS 32 (12.89% from 255) = 48.48%
BLUE value IS 26 (10.55% from 255) = 39.39%
R=12.12%
G=48.48%
B=39.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal832260.7500.190.87165607.84
Hex8201A4B01357a53c8
Octal1040321130231272457410
Binary10001000001101010010110100111010111101001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08201A;
 }
 .AnyTagClassName
 {
   color: #08201A;
 }
</style>
background-color css

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

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

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

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

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

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