Html Css Color HEX #021515 Dark Green

📋 copy color: '#021515'

red 2 ◦ green 21 ◦ blue 21

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

Shades of Dark Green #021515

Tints of Dark Green #021515

RGB

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

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

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

R = 4.55%
G = 47.73%
B = 47.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#021515 (or 0x021515) is known color: Dark Green. HEX triplet: 02, 15 and 15. RGB value is (2,21,21). Sum of RGB (Red+Green+Blue) = 2+21+21=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: green, blue. Hex color #021515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021515 is #FDEAEA. Grayscale: #0F0F0F. Windows color (decimal): -16640747 or 1381634. OLE color: 1381634.

HSL color Cylindrical-coordinate representation of color #021515: hue angle of 180º 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 #021515 is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 21 21 -
CMYK 0.90 0 0 0.92
HSL 180º 0.83% 0.05% -
HSV(B) 180º 0.9% 0.08% -
XYZ 0.43 0.6 0.8 -
YUV 15.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 2 21 21 0.90 0 0 0.92 180 0.83 0.05
Hex 2 15 15 5A 0 0 5C B4 53 5
Octal 2 25 25 132 0 0 134 264 123 5
Binary 10 10101 10101 1011010 0 0 1011100 10110100 1010011 101

Color Harmonies of #021515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021515

Black with #021515

Text Example


Text Example

White with #021515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021515; }

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

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

background-color css

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

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

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

border-color css

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

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

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