#02510B

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

Shades of Myrtle #02510B

Tints of Myrtle #02510B

Color information

#02510B (or 0x02510B) is unknown color: approx Myrtle. HEX triplet: 02, 51 and 0B. RGB value is (2,81,11). Sum of RGB (Red+Green+Blue) = 2+81+11=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 81 (32.03% from 255 or 86.17% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 81 - color contains mainly: green. Hex color #02510B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02510B is #FDAEF4. Grayscale: #313131. Windows color (decimal): -16625397 or 741634. OLE color: 741634.

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

Color convert

RGB28111-
CMYK0.9800.860.68
HSL126.84º95.18%16.27%-
HSV(B)126.84º97.53%31.76%-
XYZ3.035.921.3-
YUV49.4106.3394.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 81 (32.03% from 255) = 86.17%
BLUE value IS 11 (4.69% from 255) = 11.70%
R=2.13%
G=86.17%
B=11.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal281110.9800.860.68126.8495.1816.27
Hex251B62056447f5f10
Octal212113142012610417713720
Binary101010001101111000100101011010001001111111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02510B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02510B; }

 p { color: rgb(2,81,11); }

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

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

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

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

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

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

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