#02170E

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

Shades of Dark Green #02170E

Tints of Dark Green #02170E

Color information

#02170E (or 0x02170E) is unknown color: approx Dark Green. HEX triplet: 02, 17 and 0E. RGB value is (2,23,14). Sum of RGB (Red+Green+Blue) = 2+23+14=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 23 (9.38% from 255 or 58.97% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 23 - color contains mainly: green. Hex color #02170E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02170E is #FDE8F1. Grayscale: #0F0F0F. Windows color (decimal): -16640242 or 923394. OLE color: 923394.

HSL color Cylindrical-coordinate representation of color #02170E: hue angle of 154.29º 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 #02170E is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.91.

Color convert

RGB22314-
CMYK0.9100.390.91
HSL154.29º84%4.9%-
HSV(B)154.29º91.3%9.02%-
XYZ0.410.660.52-
YUV15.7127.04118.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.13%
GREEN value IS 23 (9.38% from 255) = 58.97%
BLUE value IS 14 (5.86% from 255) = 35.90%
R=5.13%
G=58.97%
B=35.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal223140.9100.390.91154.29844.9
Hex217E5B0275B9a545
Octal227161330471332321245
Binary10101111110101101101001111011011100110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02170E; }

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

 H1.HeaderClassName
 {
   color: #02170E;
 }
 .AnyTagClassName
 {
   color: #02170E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #02170E;
 }
 .BgClassName
 {
   background-color: #02170E;
 }
</style>
border-color css

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

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

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