#02410A

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

Shades of Myrtle #02410A

Tints of Myrtle #02410A

Color information

#02410A (or 0x02410A) is unknown color: approx Myrtle. HEX triplet: 02, 41 and 0A. RGB value is (2,65,10). Sum of RGB (Red+Green+Blue) = 2+65+10=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 65 (25.78% from 255 or 84.42% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 65 - color contains mainly: green. Hex color #02410A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02410A is #FDBEF5. Grayscale: #282828. Windows color (decimal): -16629494 or 672002. OLE color: 672002.

HSL color Cylindrical-coordinate representation of color #02410A: hue angle of 127.62º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02410A is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB26510-
CMYK0.9700.850.75
HSL127.62º94.03%13.14%-
HSV(B)127.62º96.92%25.49%-
XYZ1.973.820.92-
YUV39.89111.13100.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.60%
GREEN value IS 65 (25.78% from 255) = 84.42%
BLUE value IS 10 (4.30% from 255) = 12.99%
R=2.60%
G=84.42%
B=12.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265100.9700.850.75127.6294.0313.14
Hex241A610554B805ed
Octal210112141012511320013615
Binary101000001101011000010101010110010111000000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02410A; }

 p { color: rgb(2,65,10); }

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

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

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

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

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

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

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