#02520E

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

Shades of Myrtle #02520E

Tints of Myrtle #02520E

Color information

#02520E (or 0x02520E) is unknown color: approx Myrtle. HEX triplet: 02, 52 and 0E. RGB value is (2,82,14). Sum of RGB (Red+Green+Blue) = 2+82+14=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 82 (32.42% from 255 or 83.67% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 82 - color contains mainly: green. Hex color #02520E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02520E is #FDADF1. Grayscale: #323232. Windows color (decimal): -16625138 or 938498. OLE color: 938498.

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

Color convert

RGB28214-
CMYK0.9800.830.68
HSL129º95.24%16.47%-
HSV(B)129º97.56%32.16%-
XYZ3.126.081.42-
YUV50.33107.593.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 82 (32.42% from 255) = 83.67%
BLUE value IS 14 (5.86% from 255) = 14.29%
R=2.04%
G=83.67%
B=14.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal282140.9800.830.6812995.2416.47
Hex252E6205344815f10
Octal212216142012310420113720
Binary1010100101110110001001010011100010010000001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02520E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02520E; }

 p { color: rgb(2,82,14); }

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

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

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

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

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

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

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