Shades of Forest Green #258C03
Tints of Forest Green #258C03
RGB
CMYK
RGB Variations
Color information
#258C03 (or 0x258C03) is known color: Forest Green. HEX triplet: 25, 8C and 03. RGB value is (37,140,3). Sum of RGB (Red+Green+Blue) = 37+140+3=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 140 (55.08% from 255 or 77.78% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 140 - color contains mainly: green. Hex color #258C03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #258C03 is #DA73FC. Grayscale: #5E5E5E. Windows color (decimal): -14316541 or 232485. OLE color: 232485.
HSL color Cylindrical-coordinate representation of color #258C03: hue angle of 105.11º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #258C03 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 140 | 3 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.45 |
| HSL | 105.11º | 0.96% | 0.28% | - |
| HSV(B) | 105.11º | 0.98% | 0.55% | - |
| XYZ | 10.16 | 19.16 | 3.25 | - |
| YUV | 93.59 | 76.88 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 3 | 0.74 | 0 | 0.98 | 0.45 | 105.11 | 0.96 | 0.28 |
| Hex | 25 | 8C | 3 | 4A | 0 | 62 | 2D | 69 | 60 | 1C |
| Octal | 45 | 214 | 3 | 112 | 0 | 142 | 55 | 151 | 140 | 34 |
| Binary | 100101 | 10001100 | 11 | 1001010 | 0 | 1100010 | 101101 | 1101001 | 1100000 | 11100 |
Color Harmonies of #258C03
Complementary color
Monochromatic Colors of #258C03
Black with #258C03
Text Example
Text Example
White with #258C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258C03; }
p { color: rgb(37,140,3); }
H1.HeaderClassName
{
color: #258C03;
}
.AnyTagClassName
{
color: #258C03;
}
</style>
background-color css
<style>
a { background-color: #258C03; }
a { background-color: rgb(37,140,3); }
div.DivClassName
{
background-color: #258C03;
}
.BgClassName
{
background-color: #258C03;
}
</style>
border-color css
<style>
span { border-color: #258C03; }
span { border-color: rgb(37,140,3); }
td.TdClassName
{
border-color: #258C03;
}
.TagClassName
{
border-color: #258C03;
}
</style>