Html Css Color HEX #021718 Dark Green

📋 copy color: '#021718'

red 2 ◦ green 23 ◦ blue 24

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

Shades of Dark Green #021718

Tints of Dark Green #021718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 48.98%

R = 4.08%
G = 46.94%
B = 48.98%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#021718 (or 0x021718) is known color: Dark Green. HEX triplet: 02, 17 and 18. RGB value is (2,23,24). Sum of RGB (Red+Green+Blue) = 2+23+24=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 23 (9.38% from 255 or 46.94% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 24 - color contains mainly: blue. Hex color #021718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021718 is #FDE8E7. Grayscale: #101010. Windows color (decimal): -16640232 or 1578754. OLE color: 1578754.

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

Color convert

RGB 2 23 24 -
CMYK 0.92 0.04 0 0.91
HSL 182.73º 0.85% 0.05% -
HSV(B) 182.73º 0.92% 0.09% -
XYZ 0.5 0.69 0.97 -
YUV 16.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 2 23 24 0.92 0.04 0 0.91 182.73 0.85 0.05
Hex 2 17 18 5C 4 0 5B B7 55 5
Octal 2 27 30 134 4 0 133 267 125 5
Binary 10 10111 11000 1011100 100 0 1011011 10110111 1010101 101

Color Harmonies of #021718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021718

Black with #021718

Text Example


Text Example

White with #021718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021718; }

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

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

background-color css

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

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

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

border-color css

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

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

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