#014300

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

Shades of Myrtle #014300

Tints of Myrtle #014300

Color information

#014300 (or 0x014300) is unknown color: approx Myrtle. HEX triplet: 01, 43 and 00. RGB value is (1,67,0). Sum of RGB (Red+Green+Blue) = 1+67+0=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 67 (26.56% from 255 or 98.53% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 67 - color contains mainly: green. Hex color #014300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014300 is #FEBCFF. Grayscale: #272727. Windows color (decimal): -16694528 or 17153. OLE color: 17153.

HSL color Cylindrical-coordinate representation of color #014300: hue angle of 119.1º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014300 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB1670-
CMYK0.99010.74
HSL119.1º100%13.14%-
HSV(B)119.1º100%26.27%-
XYZ2.024.020.67-
YUV39.63105.63100.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.47%
GREEN value IS 67 (26.56% from 255) = 98.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.47%
G=98.53%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal16700.99010.74119.110013.14
Hex1430630644A7764d
Octal11030143014411216714415
Binary1100001101100011011001001001010111011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014300; }

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

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

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

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

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

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

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

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