Shades of Shamrock #28C39B
Tints of Shamrock #28C39B
RGB
CMYK
RGB Variations
Color information
#28C39B (or 0x28C39B) is known color: Shamrock. HEX triplet: 28, C3 and 9B. RGB value is (40,195,155). Sum of RGB (Red+Green+Blue) = 40+195+155=390 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.26% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #28C39B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C39B is #D73C64. Grayscale: #909090. Windows color (decimal): -14105701 or 10208040. OLE color: 10208040.
HSL color Cylindrical-coordinate representation of color #28C39B: hue angle of 164.52º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C39B is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 195 | 155 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.24 |
| HSL | 164.52º | 0.66% | 0.46% | - |
| HSV(B) | 164.52º | 0.79% | 0.76% | - |
| XYZ | 26.31 | 41.85 | 37.7 | - |
| YUV | 144.1 | 134.15 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 195 | 155 | 0.79 | 0 | 0.21 | 0.24 | 164.52 | 0.66 | 0.46 |
| Hex | 28 | C3 | 9B | 4F | 0 | 15 | 18 | A5 | 42 | 2E |
| Octal | 50 | 303 | 233 | 117 | 0 | 25 | 30 | 245 | 102 | 56 |
| Binary | 101000 | 11000011 | 10011011 | 1001111 | 0 | 10101 | 11000 | 10100101 | 1000010 | 101110 |
Color Harmonies of #28C39B
Complementary color
Monochromatic Colors of #28C39B
Black with #28C39B
Text Example
Text Example
White with #28C39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C39B; }
p { color: rgb(40,195,155); }
H1.HeaderClassName
{
color: #28C39B;
}
.AnyTagClassName
{
color: #28C39B;
}
</style>
background-color css
<style>
a { background-color: #28C39B; }
a { background-color: rgb(40,195,155); }
div.DivClassName
{
background-color: #28C39B;
}
.BgClassName
{
background-color: #28C39B;
}
</style>
border-color css
<style>
span { border-color: #28C39B; }
span { border-color: rgb(40,195,155); }
td.TdClassName
{
border-color: #28C39B;
}
.TagClassName
{
border-color: #28C39B;
}
</style>