Html Css Color HEX #021713 Dark Green

📋 copy color: '#021713'

red 2 ◦ green 23 ◦ blue 19

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

Shades of Dark Green #021713

Tints of Dark Green #021713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 52.27%

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

R = 4.55%
G = 52.27%
B = 43.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#021713 (or 0x021713) is known color: Dark Green. HEX triplet: 02, 17 and 13. RGB value is (2,23,19). Sum of RGB (Red+Green+Blue) = 2+23+19=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 23 (9.38% from 255 or 52.27% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 23 - color contains mainly: green. Hex color #021713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021713 is #FDE8EC. Grayscale: #101010. Windows color (decimal): -16640237 or 1251074. OLE color: 1251074.

HSL color Cylindrical-coordinate representation of color #021713: hue angle of 168.57º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021713 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 23 19 -
CMYK 0.91 0 0.17 0.91
HSL 168.57º 0.84% 0.05% -
HSV(B) 168.57º 0.91% 0.09% -
XYZ 0.45 0.67 0.72 -
YUV 16.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 2 23 19 0.91 0 0.17 0.91 168.57 0.84 0.05
Hex 2 17 13 5B 0 11 5B A9 54 5
Octal 2 27 23 133 0 21 133 251 124 5
Binary 10 10111 10011 1011011 0 10001 1011011 10101001 1010100 101

Color Harmonies of #021713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021713

Black with #021713

Text Example


Text Example

White with #021713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021713; }

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

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

background-color css

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

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

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

border-color css

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

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

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