#012A15

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

Shades of Dark Green #012A15

Tints of Dark Green #012A15

Color information

#012A15 (or 0x012A15) is unknown color: approx Dark Green. HEX triplet: 01, 2A and 15. RGB value is (1,42,21). Sum of RGB (Red+Green+Blue) = 1+42+21=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 42 (16.80% from 255 or 65.62% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 42 - color contains mainly: green. Hex color #012A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012A15 is #FED5EA. Grayscale: #1B1B1B. Windows color (decimal): -16700907 or 1387009. OLE color: 1387009.

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

Color convert

RGB14221-
CMYK0.9800.500.84
HSL149.27º95.35%8.43%-
HSV(B)149.27º97.62%16.47%-
XYZ0.981.720.99-
YUV27.35124.42109.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.56%
GREEN value IS 42 (16.80% from 255) = 65.62%
BLUE value IS 21 (8.59% from 255) = 32.81%
R=1.56%
G=65.62%
B=32.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal142210.9800.500.84149.2795.358.43
Hex12A156203254955f8
Octal1522514206212422513710
Binary1101010101011100010011001010101001001010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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