Shades of Shamrock #28C38B
Tints of Shamrock #28C38B
RGB
CMYK
RGB Variations
Color information
#28C38B (or 0x28C38B) is known color: Shamrock. HEX triplet: 28, C3 and 8B. RGB value is (40,195,139). Sum of RGB (Red+Green+Blue) = 40+195+139=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #28C38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C38B is #D73C74. Grayscale: #8E8E8E. Windows color (decimal): -14105717 or 9159464. OLE color: 9159464.
HSL color Cylindrical-coordinate representation of color #28C38B: hue angle of 158.32º 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 #28C38B is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 195 | 139 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.24 |
| HSL | 158.32º | 0.66% | 0.46% | - |
| HSV(B) | 158.32º | 0.79% | 0.76% | - |
| XYZ | 25.05 | 41.35 | 31.09 | - |
| YUV | 142.27 | 126.15 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 195 | 139 | 0.79 | 0 | 0.29 | 0.24 | 158.32 | 0.66 | 0.46 |
| Hex | 28 | C3 | 8B | 4F | 0 | 1D | 18 | 9E | 42 | 2E |
| Octal | 50 | 303 | 213 | 117 | 0 | 35 | 30 | 236 | 102 | 56 |
| Binary | 101000 | 11000011 | 10001011 | 1001111 | 0 | 11101 | 11000 | 10011110 | 1000010 | 101110 |
Color Harmonies of #28C38B
Complementary color
Monochromatic Colors of #28C38B
Black with #28C38B
Text Example
Text Example
White with #28C38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C38B; }
p { color: rgb(40,195,139); }
H1.HeaderClassName
{
color: #28C38B;
}
.AnyTagClassName
{
color: #28C38B;
}
</style>
background-color css
<style>
a { background-color: #28C38B; }
a { background-color: rgb(40,195,139); }
div.DivClassName
{
background-color: #28C38B;
}
.BgClassName
{
background-color: #28C38B;
}
</style>
border-color css
<style>
span { border-color: #28C38B; }
span { border-color: rgb(40,195,139); }
td.TdClassName
{
border-color: #28C38B;
}
.TagClassName
{
border-color: #28C38B;
}
</style>