#012C00

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

Shades of Myrtle #012C00

Tints of Myrtle #012C00

Color information

#012C00 (or 0x012C00) is unknown color: approx Myrtle. HEX triplet: 01, 2C and 00. RGB value is (1,44,0). Sum of RGB (Red+Green+Blue) = 1+44+0=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 44 (17.58% from 255 or 97.78% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 44 - color contains mainly: green. Hex color #012C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012C00 is #FED3FF. Grayscale: #1A1A1A. Windows color (decimal): -16700416 or 11265. OLE color: 11265.

HSL color Cylindrical-coordinate representation of color #012C00: hue angle of 118.64º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012C00 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.83.

Color convert

RGB1440-
CMYK0.98010.83
HSL118.64º100%8.63%-
HSV(B)118.64º100%17.25%-
XYZ0.911.810.3-
YUV26.13113.25110.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.22%
GREEN value IS 44 (17.58% from 255) = 97.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.22%
G=97.78%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal14400.98010.83118.641008.63
Hex12C0620645377649
Octal1540142014412316714411
Binary110110001100010011001001010011111011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,44,0); }

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

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

 a { background-color: rgb(1,44,0); }

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

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

 span { border-color: rgb(1,44,0); }

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