#012117

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

Shades of Dark Green #012117

Tints of Dark Green #012117

Color information

#012117 (or 0x012117) is unknown color: approx Dark Green. HEX triplet: 01, 21 and 17. RGB value is (1,33,23). Sum of RGB (Red+Green+Blue) = 1+33+23=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 33 (13.28% from 255 or 57.89% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 33 - color contains mainly: green. Hex color #012117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012117 is #FEDEE8. Grayscale: #161616. Windows color (decimal): -16703209 or 1515777. OLE color: 1515777.

HSL color Cylindrical-coordinate representation of color #012117: hue angle of 161.25º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012117 is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.87.

Color convert

RGB13323-
CMYK0.9700.300.87
HSL161.25º94.12%6.67%-
HSV(B)161.25º96.97%12.94%-
XYZ0.711.161-
YUV22.29128.4112.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.75%
GREEN value IS 33 (13.28% from 255) = 57.89%
BLUE value IS 23 (9.38% from 255) = 40.35%
R=1.75%
G=57.89%
B=40.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133230.9700.300.87161.2594.126.67
Hex121176101E57a15e7
Octal141271410361272411367
Binary11000011011111000010111101010111101000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012117; }

 p { color: rgb(1,33,23); }

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

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

 a { background-color: rgb(1,33,23); }

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

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

 span { border-color: rgb(1,33,23); }

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