#01311B

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

Shades of Dark Green #01311B

Tints of Dark Green #01311B

Color information

#01311B (or 0x01311B) is unknown color: approx Dark Green. HEX triplet: 01, 31 and 1B. RGB value is (1,49,27). Sum of RGB (Red+Green+Blue) = 1+49+27=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #01311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01311B is #FECEE4. Grayscale: #202020. Windows color (decimal): -16699109 or 1782017. OLE color: 1782017.

HSL color Cylindrical-coordinate representation of color #01311B: hue angle of 152.5º 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 #01311B is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB14927-
CMYK0.9800.450.81
HSL152.5º96%9.8%-
HSV(B)152.5º97.96%19.22%-
XYZ1.312.281.41-
YUV32.14125.1105.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.30%
GREEN value IS 49 (19.53% from 255) = 63.64%
BLUE value IS 27 (10.94% from 255) = 35.06%
R=1.30%
G=63.64%
B=35.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal149270.9800.450.81152.5969.8
Hex1311B6202D519860a
Octal1613314205512123014012
Binary1110001110111100010010110110100011001100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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