#012722

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

Shades of Dark Green #012722

Tints of Dark Green #012722

Color information

#012722 (or 0x012722) is unknown color: approx Dark Green. HEX triplet: 01, 27 and 22. RGB value is (1,39,34). Sum of RGB (Red+Green+Blue) = 1+39+34=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 39 (15.62% from 255 or 52.70% from 74); Blue value is 34 (13.67% from 255 or 45.95% from 74); Max value from RGB is 39 - color contains mainly: green. Hex color #012722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012722 is #FED8DD. Grayscale: #1B1B1B. Windows color (decimal): -16701662 or 2238209. OLE color: 2238209.

HSL color Cylindrical-coordinate representation of color #012722: hue angle of 172.11º 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 #012722 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.85.

Color convert

RGB13934-
CMYK0.9700.130.85
HSL172.11º95%7.84%-
HSV(B)172.11º97.44%15.29%-
XYZ1.031.571.76-
YUV27.07131.91109.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.35%
GREEN value IS 39 (15.62% from 255) = 52.70%
BLUE value IS 34 (13.67% from 255) = 45.95%
R=1.35%
G=52.70%
B=45.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal139340.9700.130.85172.11957.84
Hex12722610D55ac5f8
Octal1474214101512525413710
Binary110011110001011000010110110101011010110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012722; }

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

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

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

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

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

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

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

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