Html Css Color HEX #021208 Dark Green

📋 copy color: '#021208'

red 2 ◦ green 18 ◦ blue 8

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

Shades of Dark Green #021208

Tints of Dark Green #021208

RGB

 RED value IS 2 (1.17% from 255) = 7.14%

 GREEN value IS 18 (7.42% from 255) = 64.29%

 BLUE value IS 8 (3.52% from 255) = 28.57%

R = 7.14%
G = 64.29%
B = 28.57%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.93

RGB Variations

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

Color information

#021208 (or 0x021208) is known color: Dark Green. HEX triplet: 02, 12 and 08. RGB value is (2,18,8). Sum of RGB (Red+Green+Blue) = 2+18+8=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 18 (7.42% from 255 or 64.29% from 28); Blue value is 8 (3.52% from 255 or 28.57% from 28); Max value from RGB is 18 - color contains mainly: green. Hex color #021208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021208 is #FDEDF7. Grayscale: #0C0C0C. Windows color (decimal): -16641528 or 528898. OLE color: 528898.

HSL color Cylindrical-coordinate representation of color #021208: hue angle of 142.5º degrees, saturation: 0.8, 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 #021208 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 18 8 -
CMYK 0.89 0 0.56 0.93
HSL 142.5º 0.8% 0.04% -
HSV(B) 142.5º 0.89% 0.07% -
XYZ 0.29 0.46 0.3 -
YUV 12.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 2 18 8 0.89 0 0.56 0.93 142.5 0.8 0.04
Hex 2 12 8 59 0 38 5D 8E 50 4
Octal 2 22 10 131 0 70 135 216 120 4
Binary 10 10010 1000 1011001 0 111000 1011101 10001110 1010000 100

Color Harmonies of #021208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021208

Black with #021208

Text Example


Text Example

White with #021208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021208; }

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

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

background-color css

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

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

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

border-color css

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

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

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