#01280E

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

Shades of Dark Green #01280E

Tints of Dark Green #01280E

Color information

#01280E (or 0x01280E) is unknown color: approx Dark Green. HEX triplet: 01, 28 and 0E. RGB value is (1,40,14). Sum of RGB (Red+Green+Blue) = 1+40+14=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 40 (16.02% from 255 or 72.73% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 40 - color contains mainly: green. Hex color #01280E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01280E is #FED7F1. Grayscale: #191919. Windows color (decimal): -16701426 or 927745. OLE color: 927745.

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

Color convert

RGB14014-
CMYK0.9800.650.84
HSL140º95.12%8.04%-
HSV(B)140º97.5%15.69%-
XYZ0.851.560.67-
YUV25.37121.58110.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.82%
GREEN value IS 40 (16.02% from 255) = 72.73%
BLUE value IS 14 (5.86% from 255) = 25.45%
R=1.82%
G=72.73%
B=25.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal140140.9800.650.8414095.128.04
Hex128E62041548c5f8
Octal15016142010112421413710
Binary1101000111011000100100000110101001000110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,40,14); }

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

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

 a { background-color: rgb(1,40,14); }

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

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

 span { border-color: rgb(1,40,14); }

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