#025002

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

Shades of Myrtle #025002

Tints of Myrtle #025002

Color information

#025002 (or 0x025002) is unknown color: approx Myrtle. HEX triplet: 02, 50 and 02. RGB value is (2,80,2). Sum of RGB (Red+Green+Blue) = 2+80+2=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 80 (31.64% from 255 or 95.24% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 80 - color contains mainly: green. Hex color #025002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025002 is #FDAFFD. Grayscale: #303030. Windows color (decimal): -16625662 or 151554. OLE color: 151554.

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

Color convert

RGB2802-
CMYK0.9800.980.69
HSL120º95.12%16.08%-
HSV(B)120º97.5%31.37%-
XYZ2.95.751.02-
YUV47.79102.1695.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.38%
GREEN value IS 80 (31.64% from 255) = 95.24%
BLUE value IS 2 (1.17% from 255) = 2.38%
R=2.38%
G=95.24%
B=2.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal28020.9800.980.6912095.1216.08
Hex25026206245785f10
Octal21202142014210517013720
Binary1010100001011000100110001010001011111000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025002; }

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

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

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

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

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

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

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

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