#025003

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

Shades of Myrtle #025003

Tints of Myrtle #025003

Color information

#025003 (or 0x025003) is unknown color: approx Myrtle. HEX triplet: 02, 50 and 03. RGB value is (2,80,3). Sum of RGB (Red+Green+Blue) = 2+80+3=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 80 (31.64% from 255 or 94.12% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 80 - color contains mainly: green. Hex color #025003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025003 is #FDAFFC. Grayscale: #303030. Windows color (decimal): -16625661 or 217090. OLE color: 217090.

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

Color convert

RGB2803-
CMYK0.9800.960.69
HSL120.77º95.12%16.08%-
HSV(B)120.77º97.5%31.37%-
XYZ2.915.761.04-
YUV47.9102.6695.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.35%
GREEN value IS 80 (31.64% from 255) = 94.12%
BLUE value IS 3 (1.56% from 255) = 3.53%
R=2.35%
G=94.12%
B=3.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal28030.9800.960.69120.7795.1216.08
Hex25036206045795f10
Octal21203142014010517113720
Binary1010100001111000100110000010001011111001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025003; }

 p { color: rgb(2,80,3); }

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

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

 a { background-color: rgb(2,80,3); }

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

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

 span { border-color: rgb(2,80,3); }

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