#01291A

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

Shades of Dark Green #01291A

Tints of Dark Green #01291A

Color information

#01291A (or 0x01291A) is unknown color: approx Dark Green. HEX triplet: 01, 29 and 1A. RGB value is (1,41,26). Sum of RGB (Red+Green+Blue) = 1+41+26=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 41 (16.41% from 255 or 60.29% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 41 - color contains mainly: green. Hex color #01291A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01291A is #FED6E5. Grayscale: #1B1B1B. Windows color (decimal): -16701158 or 1714433. OLE color: 1714433.

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

Color convert

RGB14126-
CMYK0.9800.370.84
HSL157.5º95.24%8.24%-
HSV(B)157.5º97.56%16.08%-
XYZ0.991.671.25-
YUV27.33127.25109.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.47%
GREEN value IS 41 (16.41% from 255) = 60.29%
BLUE value IS 26 (10.55% from 255) = 38.24%
R=1.47%
G=60.29%
B=38.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal141260.9800.370.84157.595.248.24
Hex1291A62025549e5f8
Octal1513214204512423613710
Binary1101001110101100010010010110101001001111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01291A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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