#02460C

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

Shades of Myrtle #02460C

Tints of Myrtle #02460C

Color information

#02460C (or 0x02460C) is unknown color: approx Myrtle. HEX triplet: 02, 46 and 0C. RGB value is (2,70,12). Sum of RGB (Red+Green+Blue) = 2+70+12=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 70 (27.73% from 255 or 83.33% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 70 - color contains mainly: green. Hex color #02460C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02460C is #FDB9F3. Grayscale: #2B2B2B. Windows color (decimal): -16628212 or 804354. OLE color: 804354.

HSL color Cylindrical-coordinate representation of color #02460C: hue angle of 128.82º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02460C is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB27012-
CMYK0.9700.830.73
HSL128.82º94.44%14.12%-
HSV(B)128.82º97.14%27.45%-
XYZ2.284.421.08-
YUV43.06110.4798.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.38%
GREEN value IS 70 (27.73% from 255) = 83.33%
BLUE value IS 12 (5.08% from 255) = 14.29%
R=2.38%
G=83.33%
B=14.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal270120.9700.830.73128.8294.4414.12
Hex246C6105349815ee
Octal210614141012311120113616
Binary101000110110011000010101001110010011000000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02460C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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