#025006

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

Shades of Myrtle #025006

Tints of Myrtle #025006

Color information

#025006 (or 0x025006) is unknown color: approx Myrtle. HEX triplet: 02, 50 and 06. RGB value is (2,80,6). Sum of RGB (Red+Green+Blue) = 2+80+6=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 80 (31.64% from 255 or 90.91% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 80 - color contains mainly: green. Hex color #025006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025006 is #FDAFF9. Grayscale: #303030. Windows color (decimal): -16625658 or 413698. OLE color: 413698.

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

Color convert

RGB2806-
CMYK0.9800.920.69
HSL123.08º95.12%16.08%-
HSV(B)123.08º97.5%31.37%-
XYZ2.935.761.13-
YUV48.24104.1695.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 80 (31.64% from 255) = 90.91%
BLUE value IS 6 (2.73% from 255) = 6.82%
R=2.27%
G=90.91%
B=6.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal28060.9800.920.69123.0895.1216.08
Hex25066205C457b5f10
Octal21206142013410517313720
Binary10101000011011000100101110010001011111011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025006; }

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

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

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

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

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

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

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

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