#012A0E

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

Shades of Dark Green #012A0E

Tints of Dark Green #012A0E

Color information

#012A0E (or 0x012A0E) is unknown color: approx Dark Green. HEX triplet: 01, 2A and 0E. RGB value is (1,42,14). Sum of RGB (Red+Green+Blue) = 1+42+14=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 42 (16.80% from 255 or 73.68% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 42 - color contains mainly: green. Hex color #012A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012A0E is #FED5F1. Grayscale: #1A1A1A. Windows color (decimal): -16700914 or 928257. OLE color: 928257.

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

Color convert

RGB14214-
CMYK0.9800.670.84
HSL139.02º95.35%8.43%-
HSV(B)139.02º97.62%16.47%-
XYZ0.921.690.69-
YUV26.55120.92109.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.75%
GREEN value IS 42 (16.80% from 255) = 73.68%
BLUE value IS 14 (5.86% from 255) = 24.56%
R=1.75%
G=73.68%
B=24.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal142140.9800.670.84139.0295.358.43
Hex12AE62043548b5f8
Octal15216142010312421313710
Binary1101010111011000100100001110101001000101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012A0E; }

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

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

<style>
 a { background-color: #012A0E; }

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

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

<style>
 span { border-color: #012A0E; }

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

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