#01322C

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

Shades of Dark Green #01322C

Tints of Dark Green #01322C

Color information

#01322C (or 0x01322C) is unknown color: approx Dark Green. HEX triplet: 01, 32 and 2C. RGB value is (1,50,44). Sum of RGB (Red+Green+Blue) = 1+50+44=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #01322C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01322C is #FECDD3. Grayscale: #222222. Windows color (decimal): -16698836 or 2896385. OLE color: 2896385.

HSL color Cylindrical-coordinate representation of color #01322C: hue angle of 172.65º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01322C is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB15044-
CMYK0.9800.120.80
HSL172.65º96.08%10%-
HSV(B)172.65º98%19.61%-
XYZ1.612.472.77-
YUV34.66133.27103.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.05%
GREEN value IS 50 (19.92% from 255) = 52.63%
BLUE value IS 44 (17.58% from 255) = 46.32%
R=1.05%
G=52.63%
B=46.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal150440.9800.120.80172.6596.0810
Hex1322C620C50ad60a
Octal1625414201412025514012
Binary111001010110011000100110010100001010110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,50,44); }

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

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

 a { background-color: rgb(1,50,44); }

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

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

 span { border-color: rgb(1,50,44); }

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