Shades of Forest Green #268503
Tints of Forest Green #268503
RGB
CMYK
RGB Variations
Color information
#268503 (or 0x268503) is known color: Forest Green. HEX triplet: 26, 85 and 03. RGB value is (38,133,3). Sum of RGB (Red+Green+Blue) = 38+133+3=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 133 (52.34% from 255 or 76.44% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 133 - color contains mainly: green. Hex color #268503 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268503 is #D97AFC. Grayscale: #5A5A5A. Windows color (decimal): -14252797 or 230694. OLE color: 230694.
HSL color Cylindrical-coordinate representation of color #268503: hue angle of 103.85º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #268503 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 133 | 3 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.48 |
| HSL | 103.85º | 0.96% | 0.27% | - |
| HSV(B) | 103.85º | 0.98% | 0.52% | - |
| XYZ | 9.2 | 17.19 | 2.92 | - |
| YUV | 89.78 | 79.03 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 3 | 0.71 | 0 | 0.98 | 0.48 | 103.85 | 0.96 | 0.27 |
| Hex | 26 | 85 | 3 | 47 | 0 | 62 | 30 | 68 | 60 | 1B |
| Octal | 46 | 205 | 3 | 107 | 0 | 142 | 60 | 150 | 140 | 33 |
| Binary | 100110 | 10000101 | 11 | 1000111 | 0 | 1100010 | 110000 | 1101000 | 1100000 | 11011 |
Color Harmonies of #268503
Complementary color
Monochromatic Colors of #268503
Black with #268503
Text Example
Text Example
White with #268503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268503; }
p { color: rgb(38,133,3); }
H1.HeaderClassName
{
color: #268503;
}
.AnyTagClassName
{
color: #268503;
}
</style>
background-color css
<style>
a { background-color: #268503; }
a { background-color: rgb(38,133,3); }
div.DivClassName
{
background-color: #268503;
}
.BgClassName
{
background-color: #268503;
}
</style>
border-color css
<style>
span { border-color: #268503; }
span { border-color: rgb(38,133,3); }
td.TdClassName
{
border-color: #268503;
}
.TagClassName
{
border-color: #268503;
}
</style>