#01311A

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

Shades of Dark Green #01311A

Tints of Dark Green #01311A

Color information

#01311A (or 0x01311A) is unknown color: approx Dark Green. HEX triplet: 01, 31 and 1A. RGB value is (1,49,26). Sum of RGB (Red+Green+Blue) = 1+49+26=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 49 (19.53% from 255 or 64.47% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 49 - color contains mainly: green. Hex color #01311A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01311A is #FECEE5. Grayscale: #202020. Windows color (decimal): -16699110 or 1716481. OLE color: 1716481.

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

Color convert

RGB14926-
CMYK0.9800.470.81
HSL151.25º96%9.8%-
HSV(B)151.25º97.96%19.22%-
XYZ1.32.281.35-
YUV32.03124.6105.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 49 (19.53% from 255) = 64.47%
BLUE value IS 26 (10.55% from 255) = 34.21%
R=1.32%
G=64.47%
B=34.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal149260.9800.470.81151.25969.8
Hex1311A6202F519760a
Octal1613214205712122714012
Binary1110001110101100010010111110100011001011111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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