#02550B

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

Shades of Myrtle #02550B

Tints of Myrtle #02550B

Color information

#02550B (or 0x02550B) is unknown color: approx Myrtle. HEX triplet: 02, 55 and 0B. RGB value is (2,85,11). Sum of RGB (Red+Green+Blue) = 2+85+11=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 85 (33.59% from 255 or 86.73% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 85 - color contains mainly: green. Hex color #02550B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02550B is #FDAAF4. Grayscale: #333333. Windows color (decimal): -16624373 or 742658. OLE color: 742658.

HSL color Cylindrical-coordinate representation of color #02550B: hue angle of 126.51º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02550B is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB28511-
CMYK0.9800.870.67
HSL126.51º95.4%17.06%-
HSV(B)126.51º97.65%33.33%-
XYZ3.336.531.4-
YUV51.7510592.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 85 (33.59% from 255) = 86.73%
BLUE value IS 11 (4.69% from 255) = 11.22%
R=2.04%
G=86.73%
B=11.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal285110.9800.870.67126.5195.417.06
Hex255B62057437f5f11
Octal212513142012710317713721
Binary101010101101111000100101011110000111111111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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