#02480B

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

Shades of Myrtle #02480B

Tints of Myrtle #02480B

Color information

#02480B (or 0x02480B) is unknown color: approx Myrtle. HEX triplet: 02, 48 and 0B. RGB value is (2,72,11). Sum of RGB (Red+Green+Blue) = 2+72+11=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 72 (28.52% from 255 or 84.71% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 72 - color contains mainly: green. Hex color #02480B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02480B is #FDB7F4. Grayscale: #2C2C2C. Windows color (decimal): -16627701 or 739330. OLE color: 739330.

HSL color Cylindrical-coordinate representation of color #02480B: hue angle of 127.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02480B is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB27211-
CMYK0.9700.850.72
HSL127.71º94.59%14.51%-
HSV(B)127.71º97.22%28.24%-
XYZ2.44.671.09-
YUV44.12109.3197.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.35%
GREEN value IS 72 (28.52% from 255) = 84.71%
BLUE value IS 11 (4.69% from 255) = 12.94%
R=2.35%
G=84.71%
B=12.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal272110.9700.850.72127.7194.5914.51
Hex248B6105548805ff
Octal211013141012511020013717
Binary101001000101111000010101010110010001000000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02480B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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