Shades of Trendy Green #818B28
Tints of Trendy Green #818B28
RGB
CMYK
RGB Variations
Color information
#818B28 (or 0x818B28) is known color: Trendy Green. HEX triplet: 81, 8B and 28. RGB value is (129,139,40). Sum of RGB (Red+Green+Blue) = 129+139+40=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #818B28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818B28 is #7E74D7. Grayscale: #7D7D7D. Windows color (decimal): -8287448 or 2657153. OLE color: 2657153.
HSL color Cylindrical-coordinate representation of color #818B28: hue angle of 66.06º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #818B28 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 139 | 40 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.45 |
| HSL | 66.06º | 0.55% | 0.35% | - |
| HSV(B) | 66.06º | 0.71% | 0.55% | - |
| XYZ | 18.67 | 23.29 | 5.52 | - |
| YUV | 124.72 | 80.19 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 40 | 0.07 | 0 | 0.71 | 0.45 | 66.06 | 0.55 | 0.35 |
| Hex | 81 | 8B | 28 | 7 | 0 | 47 | 2D | 42 | 37 | 23 |
| Octal | 201 | 213 | 50 | 7 | 0 | 107 | 55 | 102 | 67 | 43 |
| Binary | 10000001 | 10001011 | 101000 | 111 | 0 | 1000111 | 101101 | 1000010 | 110111 | 100011 |
Color Harmonies of #818B28
Complementary color
Monochromatic Colors of #818B28
Black with #818B28
Text Example
Text Example
White with #818B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818B28; }
p { color: rgb(129,139,40); }
H1.HeaderClassName
{
color: #818B28;
}
.AnyTagClassName
{
color: #818B28;
}
</style>
background-color css
<style>
a { background-color: #818B28; }
a { background-color: rgb(129,139,40); }
div.DivClassName
{
background-color: #818B28;
}
.BgClassName
{
background-color: #818B28;
}
</style>
border-color css
<style>
span { border-color: #818B28; }
span { border-color: rgb(129,139,40); }
td.TdClassName
{
border-color: #818B28;
}
.TagClassName
{
border-color: #818B28;
}
</style>