#01310F

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

Shades of Dark Green #01310F

Tints of Dark Green #01310F

Color information

#01310F (or 0x01310F) is unknown color: approx Dark Green. HEX triplet: 01, 31 and 0F. RGB value is (1,49,15). Sum of RGB (Red+Green+Blue) = 1+49+15=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 49 (19.53% from 255 or 75.38% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 49 - color contains mainly: green. Hex color #01310F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01310F is #FECEF0. Grayscale: #1E1E1E. Windows color (decimal): -16699121 or 995585. OLE color: 995585.

HSL color Cylindrical-coordinate representation of color #01310F: hue angle of 137.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 #01310F is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB14915-
CMYK0.9800.690.81
HSL137.5º96%9.8%-
HSV(B)137.5º97.96%19.22%-
XYZ1.22.240.82-
YUV30.77119.1106.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.54%
GREEN value IS 49 (19.53% from 255) = 75.38%
BLUE value IS 15 (6.25% from 255) = 23.08%
R=1.54%
G=75.38%
B=23.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal149150.9800.690.81137.5969.8
Hex131F62045518a60a
Octal16117142010512121214012
Binary1110001111111000100100010110100011000101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01310F; }

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

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

<style>
 a { background-color: #01310F; }

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

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

<style>
 span { border-color: #01310F; }

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

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