Shades of Myrtle #255B02
Tints of Myrtle #255B02
RGB
CMYK
RGB Variations
Color information
#255B02 (or 0x255B02) is known color: Myrtle. HEX triplet: 25, 5B and 02. RGB value is (37,91,2). Sum of RGB (Red+Green+Blue) = 37+91+2=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 91 (35.94% from 255 or 70% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 91 - color contains mainly: green. Hex color #255B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255B02 is #DAA4FD. Grayscale: #414141. Windows color (decimal): -14329086 or 154405. OLE color: 154405.
HSL color Cylindrical-coordinate representation of color #255B02: hue angle of 96.4º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #255B02 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 91 | 2 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.64 |
| HSL | 96.4º | 0.96% | 0.18% | - |
| HSV(B) | 96.4º | 0.98% | 0.36% | - |
| XYZ | 4.51 | 7.88 | 1.34 | - |
| YUV | 64.71 | 92.61 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 2 | 0.59 | 0 | 0.98 | 0.64 | 96.4 | 0.96 | 0.18 |
| Hex | 25 | 5B | 2 | 3B | 0 | 62 | 40 | 60 | 60 | 12 |
| Octal | 45 | 133 | 2 | 73 | 0 | 142 | 100 | 140 | 140 | 22 |
| Binary | 100101 | 1011011 | 10 | 111011 | 0 | 1100010 | 1000000 | 1100000 | 1100000 | 10010 |
Color Harmonies of #255B02
Complementary color
Monochromatic Colors of #255B02
Black with #255B02
Text Example
Text Example
White with #255B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B02; }
p { color: rgb(37,91,2); }
H1.HeaderClassName
{
color: #255B02;
}
.AnyTagClassName
{
color: #255B02;
}
</style>
background-color css
<style>
a { background-color: #255B02; }
a { background-color: rgb(37,91,2); }
div.DivClassName
{
background-color: #255B02;
}
.BgClassName
{
background-color: #255B02;
}
</style>
border-color css
<style>
span { border-color: #255B02; }
span { border-color: rgb(37,91,2); }
td.TdClassName
{
border-color: #255B02;
}
.TagClassName
{
border-color: #255B02;
}
</style>