#025104

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

Shades of Myrtle #025104

Tints of Myrtle #025104

Color information

#025104 (or 0x025104) is unknown color: approx Myrtle. HEX triplet: 02, 51 and 04. RGB value is (2,81,4). Sum of RGB (Red+Green+Blue) = 2+81+4=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 81 (32.03% from 255 or 93.10% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 81 - color contains mainly: green. Hex color #025104 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025104 is #FDAEFB. Grayscale: #303030. Windows color (decimal): -16625404 or 282882. OLE color: 282882.

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

Color convert

RGB2814-
CMYK0.9800.950.68
HSL121.52º95.18%16.27%-
HSV(B)121.52º97.53%31.76%-
XYZ2.995.911.1-
YUV48.6102.8394.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.30%
GREEN value IS 81 (32.03% from 255) = 93.10%
BLUE value IS 4 (1.95% from 255) = 4.60%
R=2.30%
G=93.10%
B=4.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal28140.9800.950.68121.5295.1816.27
Hex25146205F447a5f10
Octal21214142013710417213720
Binary10101000110011000100101111110001001111010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025104; }

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

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

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

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

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

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

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

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