#015102

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

Shades of Myrtle #015102

Tints of Myrtle #015102

Color information

#015102 (or 0x015102) is unknown color: approx Myrtle. HEX triplet: 01, 51 and 02. RGB value is (1,81,2). Sum of RGB (Red+Green+Blue) = 1+81+2=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 81 (32.03% from 255 or 96.43% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 81 - color contains mainly: green. Hex color #015102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015102 is #FEAEFD. Grayscale: #303030. Windows color (decimal): -16690942 or 151809. OLE color: 151809.

HSL color Cylindrical-coordinate representation of color #015102: hue angle of 120.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015102 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB1812-
CMYK0.9900.980.68
HSL120.75º97.56%16.08%-
HSV(B)120.75º98.77%31.76%-
XYZ2.975.91.04-
YUV48.0710294.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 81 (32.03% from 255) = 96.43%
BLUE value IS 2 (1.17% from 255) = 2.38%
R=1.19%
G=96.43%
B=2.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal18120.9900.980.68120.7597.5616.08
Hex15126306244796210
Octal11212143014210417114220
Binary110100011011000110110001010001001111001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015102; }

 p { color: rgb(1,81,2); }

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

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

 a { background-color: rgb(1,81,2); }

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

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

 span { border-color: rgb(1,81,2); }

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