#012720

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

Shades of Dark Green #012720

Tints of Dark Green #012720

Color information

#012720 (or 0x012720) is unknown color: approx Dark Green. HEX triplet: 01, 27 and 20. RGB value is (1,39,32). Sum of RGB (Red+Green+Blue) = 1+39+32=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 39 (15.62% from 255 or 54.17% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 39 - color contains mainly: green. Hex color #012720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012720 is #FED8DF. Grayscale: #1A1A1A. Windows color (decimal): -16701664 or 2107137. OLE color: 2107137.

HSL color Cylindrical-coordinate representation of color #012720: hue angle of 168.95º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012720 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB13932-
CMYK0.9700.180.85
HSL168.95º95%7.84%-
HSV(B)168.95º97.44%15.29%-
XYZ11.561.62-
YUV26.84130.91109.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 39 (15.62% from 255) = 54.17%
BLUE value IS 32 (12.89% from 255) = 44.44%
R=1.39%
G=54.17%
B=44.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal139320.9700.180.85168.95957.84
Hex127206101255a95f8
Octal1474014102212525113710
Binary1100111100000110000101001010101011010100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012720; }

 p { color: rgb(1,39,32); }

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

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

 a { background-color: rgb(1,39,32); }

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

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

 span { border-color: rgb(1,39,32); }

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