#01311C

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

Shades of Dark Green #01311C

Tints of Dark Green #01311C

Color information

#01311C (or 0x01311C) is unknown color: approx Dark Green. HEX triplet: 01, 31 and 1C. RGB value is (1,49,28). Sum of RGB (Red+Green+Blue) = 1+49+28=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 49 (19.53% from 255 or 62.82% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 49 - color contains mainly: green. Hex color #01311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01311C is #FECEE3. Grayscale: #202020. Windows color (decimal): -16699108 or 1847553. OLE color: 1847553.

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

Color convert

RGB14928-
CMYK0.9800.430.81
HSL153.75º96%9.8%-
HSV(B)153.75º97.96%19.22%-
XYZ1.322.291.47-
YUV32.25125.6105.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.28%
GREEN value IS 49 (19.53% from 255) = 62.82%
BLUE value IS 28 (11.33% from 255) = 35.90%
R=1.28%
G=62.82%
B=35.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal149280.9800.430.81153.75969.8
Hex1311C6202B519a60a
Octal1613414205312123214012
Binary1110001111001100010010101110100011001101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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