Html Css Color HEX #021313 Dark Green

📋 copy color: '#021313'

red 2 ◦ green 19 ◦ blue 19

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

Shades of Dark Green #021313

Tints of Dark Green #021313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 47.5%

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

R = 5%
G = 47.5%
B = 47.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#021313 (or 0x021313) is known color: Dark Green. HEX triplet: 02, 13 and 13. RGB value is (2,19,19). Sum of RGB (Red+Green+Blue) = 2+19+19=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 19 (7.81% from 255 or 47.5% from 40); Max value from RGB is 19 - color contains mainly: green, blue. Hex color #021313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021313 is #FDECEC. Grayscale: #0D0D0D. Windows color (decimal): -16641261 or 1250050. OLE color: 1250050.

HSL color Cylindrical-coordinate representation of color #021313: hue angle of 180º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #021313 is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 19 19 -
CMYK 0.89 0 0 0.93
HSL 180º 0.81% 0.04% -
HSV(B) 180º 0.89% 0.07% -
XYZ 0.38 0.53 0.7 -
YUV 13.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 2 19 19 0.89 0 0 0.93 180 0.81 0.04
Hex 2 13 13 59 0 0 5D B4 51 4
Octal 2 23 23 131 0 0 135 264 121 4
Binary 10 10011 10011 1011001 0 0 1011101 10110100 1010001 100

Color Harmonies of #021313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021313

Black with #021313

Text Example


Text Example

White with #021313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021313; }

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

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

background-color css

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

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

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

border-color css

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

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

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