#01290B

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

Shades of Dark Green #01290B

Tints of Dark Green #01290B

Color information

#01290B (or 0x01290B) is unknown color: approx Dark Green. HEX triplet: 01, 29 and 0B. RGB value is (1,41,11). Sum of RGB (Red+Green+Blue) = 1+41+11=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 41 (16.41% from 255 or 77.36% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 41 - color contains mainly: green. Hex color #01290B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01290B is #FED6F4. Grayscale: #191919. Windows color (decimal): -16701173 or 731393. OLE color: 731393.

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

Color convert

RGB14111-
CMYK0.9800.730.84
HSL135º95.24%8.24%-
HSV(B)135º97.56%16.08%-
XYZ0.871.620.58-
YUV25.62119.75110.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.89%
GREEN value IS 41 (16.41% from 255) = 77.36%
BLUE value IS 11 (4.69% from 255) = 20.75%
R=1.89%
G=77.36%
B=20.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal141110.9800.730.8413595.248.24
Hex129B6204954875f8
Octal15113142011112420713710
Binary1101001101111000100100100110101001000011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01290B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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