Html Css Color HEX #021310 Dark Green

📋 copy color: '#021310'

red 2 ◦ green 19 ◦ blue 16

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

Shades of Dark Green #021310

Tints of Dark Green #021310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 43.24%

R = 5.41%
G = 51.35%
B = 43.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.16

 K value IS 0.93

RGB Variations

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

Color information

#021310 (or 0x021310) is known color: Dark Green. HEX triplet: 02, 13 and 10. RGB value is (2,19,16). Sum of RGB (Red+Green+Blue) = 2+19+16=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #021310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021310 is #FDECEF. Grayscale: #0D0D0D. Windows color (decimal): -16641264 or 1053442. OLE color: 1053442.

HSL color Cylindrical-coordinate representation of color #021310: hue angle of 169.41º 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 #021310 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 19 16 -
CMYK 0.89 0 0.16 0.93
HSL 169.41º 0.81% 0.04% -
HSV(B) 169.41º 0.89% 0.07% -
XYZ 0.35 0.52 0.57 -
YUV 13.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 2 19 16 0.89 0 0.16 0.93 169.41 0.81 0.04
Hex 2 13 10 59 0 10 5D A9 51 4
Octal 2 23 20 131 0 20 135 251 121 4
Binary 10 10011 10000 1011001 0 10000 1011101 10101001 1010001 100

Color Harmonies of #021310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021310

Black with #021310

Text Example


Text Example

White with #021310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021310; }

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

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

background-color css

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

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

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

border-color css

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

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

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