Shades of Shamrock #38D29A
Tints of Shamrock #38D29A
RGB
CMYK
RGB Variations
Color information
#38D29A (or 0x38D29A) is known color: Shamrock. HEX triplet: 38, D2 and 9A. RGB value is (56,210,154). Sum of RGB (Red+Green+Blue) = 56+210+154=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #38D29A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D29A is #C72D65. Grayscale: #9D9D9D. Windows color (decimal): -13053286 or 10146360. OLE color: 10146360.
HSL color Cylindrical-coordinate representation of color #38D29A: hue angle of 158.18º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D29A is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 210 | 154 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.18 |
| HSL | 158.18º | 0.63% | 0.52% | - |
| HSV(B) | 158.18º | 0.73% | 0.82% | - |
| XYZ | 30.51 | 49.27 | 38.47 | - |
| YUV | 157.57 | 125.98 | 55.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 210 | 154 | 0.73 | 0 | 0.27 | 0.18 | 158.18 | 0.63 | 0.52 |
| Hex | 38 | D2 | 9A | 49 | 0 | 1B | 12 | 9E | 3F | 34 |
| Octal | 70 | 322 | 232 | 111 | 0 | 33 | 22 | 236 | 77 | 64 |
| Binary | 111000 | 11010010 | 10011010 | 1001001 | 0 | 11011 | 10010 | 10011110 | 111111 | 110100 |
Color Harmonies of #38D29A
Complementary color
Monochromatic Colors of #38D29A
Black with #38D29A
Text Example
Text Example
White with #38D29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D29A; }
p { color: rgb(56,210,154); }
H1.HeaderClassName
{
color: #38D29A;
}
.AnyTagClassName
{
color: #38D29A;
}
</style>
background-color css
<style>
a { background-color: #38D29A; }
a { background-color: rgb(56,210,154); }
div.DivClassName
{
background-color: #38D29A;
}
.BgClassName
{
background-color: #38D29A;
}
</style>
border-color css
<style>
span { border-color: #38D29A; }
span { border-color: rgb(56,210,154); }
td.TdClassName
{
border-color: #38D29A;
}
.TagClassName
{
border-color: #38D29A;
}
</style>