#01291F

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

Shades of Dark Green #01291F

Tints of Dark Green #01291F

Color information

#01291F (or 0x01291F) is unknown color: approx Dark Green. HEX triplet: 01, 29 and 1F. RGB value is (1,41,31). Sum of RGB (Red+Green+Blue) = 1+41+31=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 41 (16.41% from 255 or 56.16% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 41 - color contains mainly: green. Hex color #01291F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01291F is #FED6E0. Grayscale: #1B1B1B. Windows color (decimal): -16701153 or 2042113. OLE color: 2042113.

HSL color Cylindrical-coordinate representation of color #01291F: hue angle of 165º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01291F is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB14131-
CMYK0.9800.240.84
HSL165º95.24%8.24%-
HSV(B)165º97.56%16.08%-
XYZ1.051.691.57-
YUV27.9129.75108.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.37%
GREEN value IS 41 (16.41% from 255) = 56.16%
BLUE value IS 31 (12.5% from 255) = 42.47%
R=1.37%
G=56.16%
B=42.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal141310.9800.240.8416595.248.24
Hex1291F6201854a55f8
Octal1513714203012424513710
Binary110100111111110001001100010101001010010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,41,31); }

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

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

 a { background-color: rgb(1,41,31); }

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

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

 span { border-color: rgb(1,41,31); }

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