Shades of Dark Spring Green #28764A
Tints of Dark Spring Green #28764A
RGB
CMYK
RGB Variations
Color information
#28764A (or 0x28764A) is known color: Dark Spring Green. HEX triplet: 28, 76 and 4A. RGB value is (40,118,74). Sum of RGB (Red+Green+Blue) = 40+118+74=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #28764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28764A is #D789B5. Grayscale: #595959. Windows color (decimal): -14125494 or 4879912. OLE color: 4879912.
HSL color Cylindrical-coordinate representation of color #28764A: hue angle of 146.15º 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 #28764A is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 118 | 74 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.54 |
| HSL | 146.15º | 0.49% | 0.31% | - |
| HSV(B) | 146.15º | 0.66% | 0.46% | - |
| XYZ | 8.59 | 13.9 | 8.71 | - |
| YUV | 89.66 | 119.16 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 74 | 0.66 | 0 | 0.37 | 0.54 | 146.15 | 0.49 | 0.31 |
| Hex | 28 | 76 | 4A | 42 | 0 | 25 | 36 | 92 | 31 | 1F |
| Octal | 50 | 166 | 112 | 102 | 0 | 45 | 66 | 222 | 61 | 37 |
| Binary | 101000 | 1110110 | 1001010 | 1000010 | 0 | 100101 | 110110 | 10010010 | 110001 | 11111 |
Color Harmonies of #28764A
Complementary color
Monochromatic Colors of #28764A
Black with #28764A
Text Example
Text Example
White with #28764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28764A; }
p { color: rgb(40,118,74); }
H1.HeaderClassName
{
color: #28764A;
}
.AnyTagClassName
{
color: #28764A;
}
</style>
background-color css
<style>
a { background-color: #28764A; }
a { background-color: rgb(40,118,74); }
div.DivClassName
{
background-color: #28764A;
}
.BgClassName
{
background-color: #28764A;
}
</style>
border-color css
<style>
span { border-color: #28764A; }
span { border-color: rgb(40,118,74); }
td.TdClassName
{
border-color: #28764A;
}
.TagClassName
{
border-color: #28764A;
}
</style>