Shades of Sea Green #1C934B
Tints of Sea Green #1C934B
RGB
CMYK
RGB Variations
Color information
#1C934B (or 0x1C934B) is known color: Sea Green. HEX triplet: 1C, 93 and 4B. RGB value is (28,147,75). Sum of RGB (Red+Green+Blue) = 28+147+75=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 147 (57.81% from 255 or 58.8% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 147 - color contains mainly: green. Hex color #1C934B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C934B is #E36CB4. Grayscale: #676767. Windows color (decimal): -14904501 or 4952860. OLE color: 4952860.
HSL color Cylindrical-coordinate representation of color #1C934B: hue angle of 143.7º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C934B is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 147 | 75 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.42 |
| HSL | 143.7º | 0.68% | 0.34% | - |
| HSV(B) | 143.7º | 0.81% | 0.58% | - |
| XYZ | 12.18 | 21.62 | 10.19 | - |
| YUV | 103.21 | 112.08 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 147 | 75 | 0.81 | 0 | 0.49 | 0.42 | 143.7 | 0.68 | 0.34 |
| Hex | 1C | 93 | 4B | 51 | 0 | 31 | 2A | 90 | 44 | 22 |
| Octal | 34 | 223 | 113 | 121 | 0 | 61 | 52 | 220 | 104 | 42 |
| Binary | 11100 | 10010011 | 1001011 | 1010001 | 0 | 110001 | 101010 | 10010000 | 1000100 | 100010 |
Color Harmonies of #1C934B
Complementary color
Monochromatic Colors of #1C934B
Black with #1C934B
Text Example
Text Example
White with #1C934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C934B; }
p { color: rgb(28,147,75); }
H1.HeaderClassName
{
color: #1C934B;
}
.AnyTagClassName
{
color: #1C934B;
}
</style>
background-color css
<style>
a { background-color: #1C934B; }
a { background-color: rgb(28,147,75); }
div.DivClassName
{
background-color: #1C934B;
}
.BgClassName
{
background-color: #1C934B;
}
</style>
border-color css
<style>
span { border-color: #1C934B; }
span { border-color: rgb(28,147,75); }
td.TdClassName
{
border-color: #1C934B;
}
.TagClassName
{
border-color: #1C934B;
}
</style>