#02500C

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

Shades of Myrtle #02500C

Tints of Myrtle #02500C

Color information

#02500C (or 0x02500C) is unknown color: approx Myrtle. HEX triplet: 02, 50 and 0C. RGB value is (2,80,12). Sum of RGB (Red+Green+Blue) = 2+80+12=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 80 (31.64% from 255 or 85.11% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 80 - color contains mainly: green. Hex color #02500C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02500C is #FDAFF3. Grayscale: #313131. Windows color (decimal): -16625652 or 806914. OLE color: 806914.

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

Color convert

RGB28012-
CMYK0.9800.850.69
HSL127.69º95.12%16.08%-
HSV(B)127.69º97.5%31.37%-
XYZ2.965.781.31-
YUV48.93107.1694.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 80 (31.64% from 255) = 85.11%
BLUE value IS 12 (5.08% from 255) = 12.77%
R=2.13%
G=85.11%
B=12.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal280120.9800.850.69127.6995.1216.08
Hex250C6205545805f10
Octal212014142012510520013720
Binary1010100001100110001001010101100010110000000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02500C; }

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

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

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

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

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

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

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

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