#01322A

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

Shades of Dark Green #01322A

Tints of Dark Green #01322A

Color information

#01322A (or 0x01322A) is unknown color: approx Dark Green. HEX triplet: 01, 32 and 2A. RGB value is (1,50,42). Sum of RGB (Red+Green+Blue) = 1+50+42=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #01322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01322A is #FECDD5. Grayscale: #222222. Windows color (decimal): -16698838 or 2765313. OLE color: 2765313.

HSL color Cylindrical-coordinate representation of color #01322A: hue angle of 170.2º 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 #01322A is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.

Color convert

RGB15042-
CMYK0.9800.160.80
HSL170.2º96.08%10%-
HSV(B)170.2º98%19.61%-
XYZ1.572.452.58-
YUV34.44132.27104.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 50 (19.92% from 255) = 53.76%
BLUE value IS 42 (16.80% from 255) = 45.16%
R=1.08%
G=53.76%
B=45.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal150420.9800.160.80170.296.0810
Hex1322A6201050aa60a
Octal1625214202012025214012
Binary1110010101010110001001000010100001010101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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