#025005

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

Shades of Myrtle #025005

Tints of Myrtle #025005

Color information

#025005 (or 0x025005) is unknown color: approx Myrtle. HEX triplet: 02, 50 and 05. RGB value is (2,80,5). Sum of RGB (Red+Green+Blue) = 2+80+5=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 80 (31.64% from 255 or 91.95% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 80 - color contains mainly: green. Hex color #025005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025005 is #FDAFFA. Grayscale: #303030. Windows color (decimal): -16625659 or 348162. OLE color: 348162.

HSL color Cylindrical-coordinate representation of color #025005: hue angle of 122.31º 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 #025005 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB2805-
CMYK0.9800.940.69
HSL122.31º95.12%16.08%-
HSV(B)122.31º97.5%31.37%-
XYZ2.925.761.1-
YUV48.13103.6695.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.30%
GREEN value IS 80 (31.64% from 255) = 91.95%
BLUE value IS 5 (2.34% from 255) = 5.75%
R=2.30%
G=91.95%
B=5.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal28050.9800.940.69122.3195.1216.08
Hex25056205E457a5f10
Octal21205142013610517213720
Binary10101000010111000100101111010001011111010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025005; }

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

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

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

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

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

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

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

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