#02170C

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

Shades of Dark Green #02170C

Tints of Dark Green #02170C

Color information

#02170C (or 0x02170C) is unknown color: approx Dark Green. HEX triplet: 02, 17 and 0C. RGB value is (2,23,12). Sum of RGB (Red+Green+Blue) = 2+23+12=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 23 (9.38% from 255 or 62.16% from 37); Blue value is 12 (5.08% from 255 or 32.43% from 37); Max value from RGB is 23 - color contains mainly: green. Hex color #02170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02170C is #FDE8F3. Grayscale: #0F0F0F. Windows color (decimal): -16640244 or 792322. OLE color: 792322.

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

Color convert

RGB22312-
CMYK0.9100.480.91
HSL148.57º84%4.9%-
HSV(B)148.57º91.3%9.02%-
XYZ0.40.650.45-
YUV15.47126.04118.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.41%
GREEN value IS 23 (9.38% from 255) = 62.16%
BLUE value IS 12 (5.08% from 255) = 32.43%
R=5.41%
G=62.16%
B=32.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal223120.9100.480.91148.57844.9
Hex217C5B0305B95545
Octal227141330601332251245
Binary10101111100101101101100001011011100101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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