#01291B

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

Shades of Dark Green #01291B

Tints of Dark Green #01291B

Color information

#01291B (or 0x01291B) is unknown color: approx Dark Green. HEX triplet: 01, 29 and 1B. RGB value is (1,41,27). Sum of RGB (Red+Green+Blue) = 1+41+27=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 41 (16.41% from 255 or 59.42% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 41 - color contains mainly: green. Hex color #01291B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01291B is #FED6E4. Grayscale: #1B1B1B. Windows color (decimal): -16701157 or 1779969. OLE color: 1779969.

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

Color convert

RGB14127-
CMYK0.9800.340.84
HSL159º95.24%8.24%-
HSV(B)159º97.56%16.08%-
XYZ11.671.31-
YUV27.44127.75109.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.45%
GREEN value IS 41 (16.41% from 255) = 59.42%
BLUE value IS 27 (10.94% from 255) = 39.13%
R=1.45%
G=59.42%
B=39.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal141270.9800.340.8415995.248.24
Hex1291B62022549f5f8
Octal1513314204212423713710
Binary1101001110111100010010001010101001001111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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