#021718

Color #021718 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #021718

Tints of Dark Green #021718

Color information

#021718 (or 0x021718) is unknown color: approx 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

RGB22324-
CMYK0.920.0400.91
HSL182.73º84.62%5.1%-
HSV(B)182.73º91.67%9.41%-
XYZ0.50.690.97-
YUV16.84132.04117.42-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal223240.920.0400.91182.7384.625.1
Hex217185C405Bb7555
Octal22730134401332671255
Binary101011111000101110010001011011101101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>