Shades of Forest Green #33A428
Tints of Forest Green #33A428
RGB
CMYK
RGB Variations
Color information
#33A428 (or 0x33A428) is known color: Forest Green. HEX triplet: 33, A4 and 28. RGB value is (51,164,40). Sum of RGB (Red+Green+Blue) = 51+164+40=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 164 (64.45% from 255 or 64.31% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 164 - color contains mainly: green. Hex color #33A428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A428 is #CC5BD7. Grayscale: #747474. Windows color (decimal): -13392856 or 2663475. OLE color: 2663475.
HSL color Cylindrical-coordinate representation of color #33A428: hue angle of 114.68º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33A428 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 164 | 40 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.36 |
| HSL | 114.68º | 0.61% | 0.4% | - |
| HSV(B) | 114.68º | 0.76% | 0.64% | - |
| XYZ | 15.02 | 27.41 | 6.51 | - |
| YUV | 116.08 | 85.06 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 164 | 40 | 0.69 | 0 | 0.76 | 0.36 | 114.68 | 0.61 | 0.4 |
| Hex | 33 | A4 | 28 | 45 | 0 | 4C | 24 | 73 | 3D | 28 |
| Octal | 63 | 244 | 50 | 105 | 0 | 114 | 44 | 163 | 75 | 50 |
| Binary | 110011 | 10100100 | 101000 | 1000101 | 0 | 1001100 | 100100 | 1110011 | 111101 | 101000 |
Color Harmonies of #33A428
Complementary color
Monochromatic Colors of #33A428
Black with #33A428
Text Example
Text Example
White with #33A428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A428; }
p { color: rgb(51,164,40); }
H1.HeaderClassName
{
color: #33A428;
}
.AnyTagClassName
{
color: #33A428;
}
</style>
background-color css
<style>
a { background-color: #33A428; }
a { background-color: rgb(51,164,40); }
div.DivClassName
{
background-color: #33A428;
}
.BgClassName
{
background-color: #33A428;
}
</style>
border-color css
<style>
span { border-color: #33A428; }
span { border-color: rgb(51,164,40); }
td.TdClassName
{
border-color: #33A428;
}
.TagClassName
{
border-color: #33A428;
}
</style>