Html Css Color HEX #021413 Dark Green

📋 copy color: '#021413'

red 2 ◦ green 20 ◦ blue 19

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

Shades of Dark Green #021413

Tints of Dark Green #021413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 48.78%

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

R = 4.88%
G = 48.78%
B = 46.34%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#021413 (or 0x021413) is known color: Dark Green. HEX triplet: 02, 14 and 13. RGB value is (2,20,19). Sum of RGB (Red+Green+Blue) = 2+20+19=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #021413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021413 is #FDEBEC. Grayscale: #0E0E0E. Windows color (decimal): -16641005 or 1250306. OLE color: 1250306.

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

Color convert

RGB 2 20 19 -
CMYK 0.90 0 0.05 0.92
HSL 176.67º 0.82% 0.04% -
HSV(B) 176.67º 0.9% 0.08% -
XYZ 0.39 0.56 0.7 -
YUV 14.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 2 20 19 0.90 0 0.05 0.92 176.67 0.82 0.04
Hex 2 14 13 5A 0 5 5C B1 52 4
Octal 2 24 23 132 0 5 134 261 122 4
Binary 10 10100 10011 1011010 0 101 1011100 10110001 1010010 100

Color Harmonies of #021413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021413

Black with #021413

Text Example


Text Example

White with #021413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021413; }

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

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

background-color css

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

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

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

border-color css

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

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

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