#124F02

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

Shades of Myrtle #124F02

Tints of Myrtle #124F02

Color information

#124F02 (or 0x124F02) is unknown color: approx Myrtle. HEX triplet: 12, 4F and 02. RGB value is (18,79,2). Sum of RGB (Red+Green+Blue) = 18+79+2=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 79 (31.25% from 255 or 79.80% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 79 - color contains mainly: green. Hex color #124F02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124F02 is #EDB0FD. Grayscale: #343434. Windows color (decimal): -15577342 or 151314. OLE color: 151314.

HSL color Cylindrical-coordinate representation of color #124F02: hue angle of 107.53º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #124F02 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB18792-
CMYK0.7700.970.69
HSL107.53º95.06%15.88%-
HSV(B)107.53º97.47%30.98%-
XYZ3.065.721-
YUV51.9899.79103.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 79 (31.25% from 255) = 79.80%
BLUE value IS 2 (1.17% from 255) = 2.02%
R=18.18%
G=79.80%
B=2.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal187920.7700.970.69107.5395.0615.88
Hex124F24D061456c5f10
Octal221172115014110515413720
Binary1001010011111010011010110000110001011101100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124F02; }

 p { color: rgb(18,79,2); }

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

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

 a { background-color: rgb(18,79,2); }

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

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

 span { border-color: rgb(18,79,2); }

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