Shades of Dark Spring Green #28754A
Tints of Dark Spring Green #28754A
RGB
CMYK
RGB Variations
Color information
#28754A (or 0x28754A) is known color: Dark Spring Green. HEX triplet: 28, 75 and 4A. RGB value is (40,117,74). Sum of RGB (Red+Green+Blue) = 40+117+74=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #28754A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28754A is #D78AB5. Grayscale: #595959. Windows color (decimal): -14125750 or 4879656. OLE color: 4879656.
HSL color Cylindrical-coordinate representation of color #28754A: hue angle of 146.49º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28754A is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 117 | 74 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.54 |
| HSL | 146.49º | 0.49% | 0.31% | - |
| HSV(B) | 146.49º | 0.66% | 0.46% | - |
| XYZ | 8.47 | 13.67 | 8.67 | - |
| YUV | 89.08 | 119.49 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 74 | 0.66 | 0 | 0.37 | 0.54 | 146.49 | 0.49 | 0.31 |
| Hex | 28 | 75 | 4A | 42 | 0 | 25 | 36 | 92 | 31 | 1F |
| Octal | 50 | 165 | 112 | 102 | 0 | 45 | 66 | 222 | 61 | 37 |
| Binary | 101000 | 1110101 | 1001010 | 1000010 | 0 | 100101 | 110110 | 10010010 | 110001 | 11111 |
Color Harmonies of #28754A
Complementary color
Monochromatic Colors of #28754A
Black with #28754A
Text Example
Text Example
White with #28754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28754A; }
p { color: rgb(40,117,74); }
H1.HeaderClassName
{
color: #28754A;
}
.AnyTagClassName
{
color: #28754A;
}
</style>
background-color css
<style>
a { background-color: #28754A; }
a { background-color: rgb(40,117,74); }
div.DivClassName
{
background-color: #28754A;
}
.BgClassName
{
background-color: #28754A;
}
</style>
border-color css
<style>
span { border-color: #28754A; }
span { border-color: rgb(40,117,74); }
td.TdClassName
{
border-color: #28754A;
}
.TagClassName
{
border-color: #28754A;
}
</style>