Html Css Color HEX #021917 Dark Green

📋 copy color: '#021917'

red 2 ◦ green 25 ◦ blue 23

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

Shades of Dark Green #021917

Tints of Dark Green #021917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 50%

 BLUE value IS 23 (9.38% from 255) = 46%

R = 4%
G = 50%
B = 46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.90

RGB Variations

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

Color information

#021917 (or 0x021917) is known color: Dark Green. HEX triplet: 02, 19 and 17. RGB value is (2,25,23). Sum of RGB (Red+Green+Blue) = 2+25+23=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 23 (9.38% from 255 or 46% from 50); Max value from RGB is 25 - color contains mainly: green. Hex color #021917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021917 is #FDE6E8. Grayscale: #111111. Windows color (decimal): -16639721 or 1513730. OLE color: 1513730.

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

Color convert

RGB 2 25 23 -
CMYK 0.92 0 0.08 0.90
HSL 174.78º 0.85% 0.05% -
HSV(B) 174.78º 0.92% 0.1% -
XYZ 0.53 0.77 0.93 -
YUV 17.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 2 25 23 0.92 0 0.08 0.90 174.78 0.85 0.05
Hex 2 19 17 5C 0 8 5A AF 55 5
Octal 2 31 27 134 0 10 132 257 125 5
Binary 10 11001 10111 1011100 0 1000 1011010 10101111 1010101 101

Color Harmonies of #021917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021917

Black with #021917

Text Example


Text Example

White with #021917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021917; }

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

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

background-color css

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

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

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

border-color css

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

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

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