#021308

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

Shades of Dark Green #021308

Tints of Dark Green #021308

Color information

#021308 (or 0x021308) is unknown color: approx Dark Green. HEX triplet: 02, 13 and 08. RGB value is (2,19,8). Sum of RGB (Red+Green+Blue) = 2+19+8=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 19 (7.81% from 255 or 65.52% from 29); Blue value is 8 (3.52% from 255 or 27.59% from 29); Max value from RGB is 19 - color contains mainly: green. Hex color #021308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021308 is #FDECF7. Grayscale: #0C0C0C. Windows color (decimal): -16641272 or 529154. OLE color: 529154.

HSL color Cylindrical-coordinate representation of color #021308: hue angle of 141.18º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #021308 is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.93.

Color convert

RGB2198-
CMYK0.8900.580.93
HSL141.18º80.95%4.12%-
HSV(B)141.18º89.47%7.45%-
XYZ0.30.50.31-
YUV12.66125.37120.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.90%
GREEN value IS 19 (7.81% from 255) = 65.52%
BLUE value IS 8 (3.52% from 255) = 27.59%
R=6.90%
G=65.52%
B=27.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal21980.8900.580.93141.1880.954.12
Hex21385903A5D8d514
Octal223101310721352151214
Binary10100111000101100101110101011101100011011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021308; }

 p { color: rgb(2,19,8); }

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

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

 a { background-color: rgb(2,19,8); }

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

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

 span { border-color: rgb(2,19,8); }

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