Html Css Color HEX #021815 Dark Green

📋 copy color: '#021815'

red 2 ◦ green 24 ◦ blue 21

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

Shades of Dark Green #021815

Tints of Dark Green #021815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 51.06%

 BLUE value IS 21 (8.59% from 255) = 44.68%

R = 4.26%
G = 51.06%
B = 44.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#021815 (or 0x021815) is known color: Dark Green. HEX triplet: 02, 18 and 15. RGB value is (2,24,21). Sum of RGB (Red+Green+Blue) = 2+24+21=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 24 (9.77% from 255 or 51.06% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 24 - color contains mainly: green. Hex color #021815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021815 is #FDE7EA. Grayscale: #111111. Windows color (decimal): -16639979 or 1382402. OLE color: 1382402.

HSL color Cylindrical-coordinate representation of color #021815: hue angle of 171.82º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021815 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 24 21 -
CMYK 0.92 0 0.13 0.91
HSL 171.82º 0.85% 0.05% -
HSV(B) 171.82º 0.92% 0.09% -
XYZ 0.49 0.72 0.82 -
YUV 17.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 2 24 21 0.92 0 0.13 0.91 171.82 0.85 0.05
Hex 2 18 15 5C 0 D 5B AC 55 5
Octal 2 30 25 134 0 15 133 254 125 5
Binary 10 11000 10101 1011100 0 1101 1011011 10101100 1010101 101

Color Harmonies of #021815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021815

Black with #021815

Text Example


Text Example

White with #021815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021815; }

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

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

background-color css

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

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

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

border-color css

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

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

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