Html Css Color HEX #021311 Dark Green

📋 copy color: '#021311'

red 2 ◦ green 19 ◦ blue 17

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

Shades of Dark Green #021311

Tints of Dark Green #021311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 44.74%

R = 5.26%
G = 50%
B = 44.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#021311 (or 0x021311) is known color: Dark Green. HEX triplet: 02, 13 and 11. RGB value is (2,19,17). Sum of RGB (Red+Green+Blue) = 2+19+17=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #021311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021311 is #FDECEE. Grayscale: #0D0D0D. Windows color (decimal): -16641263 or 1118978. OLE color: 1118978.

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

Color convert

RGB 2 19 17 -
CMYK 0.89 0 0.11 0.93
HSL 172.94º 0.81% 0.04% -
HSV(B) 172.94º 0.89% 0.07% -
XYZ 0.36 0.52 0.61 -
YUV 13.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 2 19 17 0.89 0 0.11 0.93 172.94 0.81 0.04
Hex 2 13 11 59 0 B 5D AD 51 4
Octal 2 23 21 131 0 13 135 255 121 4
Binary 10 10011 10001 1011001 0 1011 1011101 10101101 1010001 100

Color Harmonies of #021311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021311

Black with #021311

Text Example


Text Example

White with #021311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021311; }

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

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

background-color css

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

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

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

border-color css

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

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

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