Html Css Color HEX #021513 Dark Green

📋 copy color: '#021513'

red 2 ◦ green 21 ◦ blue 19

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

Shades of Dark Green #021513

Tints of Dark Green #021513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 45.24%

R = 4.76%
G = 50%
B = 45.24%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#021513 (or 0x021513) is known color: Dark Green. HEX triplet: 02, 15 and 13. RGB value is (2,21,19). Sum of RGB (Red+Green+Blue) = 2+21+19=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 21 (8.59% from 255 or 50% from 42); Blue value is 19 (7.81% from 255 or 45.24% from 42); Max value from RGB is 21 - color contains mainly: green. Hex color #021513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021513 is #FDEAEC. Grayscale: #0F0F0F. Windows color (decimal): -16640749 or 1250562. OLE color: 1250562.

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

Color convert

RGB 2 21 19 -
CMYK 0.90 0 0.10 0.92
HSL 173.68º 0.83% 0.05% -
HSV(B) 173.68º 0.9% 0.08% -
XYZ 0.41 0.6 0.71 -
YUV 15.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 2 21 19 0.90 0 0.10 0.92 173.68 0.83 0.05
Hex 2 15 13 5A 0 A 5C AE 53 5
Octal 2 25 23 132 0 12 134 256 123 5
Binary 10 10101 10011 1011010 0 1010 1011100 10101110 1010011 101

Color Harmonies of #021513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021513

Black with #021513

Text Example


Text Example

White with #021513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021513; }

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

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

background-color css

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

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

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

border-color css

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

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

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