#01321C

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

Shades of Dark Green #01321C

Tints of Dark Green #01321C

Color information

#01321C (or 0x01321C) is unknown color: approx Dark Green. HEX triplet: 01, 32 and 1C. RGB value is (1,50,28). Sum of RGB (Red+Green+Blue) = 1+50+28=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 50 (19.92% from 255 or 63.29% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 50 - color contains mainly: green. Hex color #01321C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01321C is #FECDE3. Grayscale: #202020. Windows color (decimal): -16698852 or 1847809. OLE color: 1847809.

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

Color convert

RGB15028-
CMYK0.9800.440.80
HSL153.06º96.08%10%-
HSV(B)153.06º98%19.61%-
XYZ1.362.371.48-
YUV32.84125.27105.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.27%
GREEN value IS 50 (19.92% from 255) = 63.29%
BLUE value IS 28 (11.33% from 255) = 35.44%
R=1.27%
G=63.29%
B=35.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal150280.9800.440.80153.0696.0810
Hex1321C6202C509960a
Octal1623414205412023114012
Binary1110010111001100010010110010100001001100111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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