#01291E

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

Shades of Dark Green #01291E

Tints of Dark Green #01291E

Color information

#01291E (or 0x01291E) is unknown color: approx Dark Green. HEX triplet: 01, 29 and 1E. RGB value is (1,41,30). Sum of RGB (Red+Green+Blue) = 1+41+30=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 41 (16.41% from 255 or 56.94% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 41 - color contains mainly: green. Hex color #01291E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01291E is #FED6E1. Grayscale: #1B1B1B. Windows color (decimal): -16701154 or 1976577. OLE color: 1976577.

HSL color Cylindrical-coordinate representation of color #01291E: hue angle of 163.5º 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 #01291E is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB14130-
CMYK0.9800.270.84
HSL163.5º95.24%8.24%-
HSV(B)163.5º97.56%16.08%-
XYZ1.041.691.5-
YUV27.79129.25108.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 41 (16.41% from 255) = 56.94%
BLUE value IS 30 (12.11% from 255) = 41.67%
R=1.39%
G=56.94%
B=41.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal141300.9800.270.84163.595.248.24
Hex1291E6201B54a45f8
Octal1513614203312424413710
Binary110100111110110001001101110101001010010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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