Html Css Color HEX #021915 Dark Green

📋 copy color: '#021915'

red 2 ◦ green 25 ◦ blue 21

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

Shades of Dark Green #021915

Tints of Dark Green #021915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 52.08%

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

R = 4.17%
G = 52.08%
B = 43.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.90

RGB Variations

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

Color information

#021915 (or 0x021915) is known color: Dark Green. HEX triplet: 02, 19 and 15. RGB value is (2,25,21). Sum of RGB (Red+Green+Blue) = 2+25+21=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 25 (10.16% from 255 or 52.08% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 25 - color contains mainly: green. Hex color #021915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021915 is #FDE6EA. Grayscale: #111111. Windows color (decimal): -16639723 or 1382658. OLE color: 1382658.

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

Color convert

RGB 2 25 21 -
CMYK 0.92 0 0.16 0.90
HSL 169.57º 0.85% 0.05% -
HSV(B) 169.57º 0.92% 0.1% -
XYZ 0.51 0.76 0.83 -
YUV 17.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 2 25 21 0.92 0 0.16 0.90 169.57 0.85 0.05
Hex 2 19 15 5C 0 10 5A AA 55 5
Octal 2 31 25 134 0 20 132 252 125 5
Binary 10 11001 10101 1011100 0 10000 1011010 10101010 1010101 101

Color Harmonies of #021915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021915

Black with #021915

Text Example


Text Example

White with #021915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021915; }

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

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

background-color css

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

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

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

border-color css

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

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

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