Html Css Color HEX #021508 Dark Green

📋 copy color: '#021508'

red 2 ◦ green 21 ◦ blue 8

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

Shades of Dark Green #021508

Tints of Dark Green #021508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 67.74%

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

R = 6.45%
G = 67.74%
B = 25.81%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.62

 K value IS 0.92

RGB Variations

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

Color information

#021508 (or 0x021508) is known color: Dark Green. HEX triplet: 02, 15 and 08. RGB value is (2,21,8). Sum of RGB (Red+Green+Blue) = 2+21+8=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 21 (8.59% from 255 or 67.74% from 31); Blue value is 8 (3.52% from 255 or 25.81% from 31); Max value from RGB is 21 - color contains mainly: green. Hex color #021508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021508 is #FDEAF7. Grayscale: #0D0D0D. Windows color (decimal): -16640760 or 529666. OLE color: 529666.

HSL color Cylindrical-coordinate representation of color #021508: hue angle of 138.95º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021508 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 21 8 -
CMYK 0.90 0 0.62 0.92
HSL 138.95º 0.83% 0.05% -
HSV(B) 138.95º 0.9% 0.08% -
XYZ 0.34 0.57 0.32 -
YUV 13.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 2 21 8 0.90 0 0.62 0.92 138.95 0.83 0.05
Hex 2 15 8 5A 0 3E 5C 8B 53 5
Octal 2 25 10 132 0 76 134 213 123 5
Binary 10 10101 1000 1011010 0 111110 1011100 10001011 1010011 101

Color Harmonies of #021508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021508

Black with #021508

Text Example


Text Example

White with #021508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021508; }

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

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

background-color css

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

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

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

border-color css

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

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

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