Shades of Forest Green #268830
Tints of Forest Green #268830
RGB
CMYK
RGB Variations
Color information
#268830 (or 0x268830) is known color: Forest Green. HEX triplet: 26, 88 and 30. RGB value is (38,136,48). Sum of RGB (Red+Green+Blue) = 38+136+48=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 136 (53.52% from 255 or 61.26% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 136 - color contains mainly: green. Hex color #268830 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268830 is #D977CF. Grayscale: #606060. Windows color (decimal): -14251984 or 3180582. OLE color: 3180582.
HSL color Cylindrical-coordinate representation of color #268830: hue angle of 126.12º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268830 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 136 | 48 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.47 |
| HSL | 126.12º | 0.56% | 0.34% | - |
| HSV(B) | 126.12º | 0.72% | 0.53% | - |
| XYZ | 10.14 | 18.23 | 5.78 | - |
| YUV | 96.67 | 100.53 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 136 | 48 | 0.72 | 0 | 0.65 | 0.47 | 126.12 | 0.56 | 0.34 |
| Hex | 26 | 88 | 30 | 48 | 0 | 41 | 2F | 7E | 38 | 22 |
| Octal | 46 | 210 | 60 | 110 | 0 | 101 | 57 | 176 | 70 | 42 |
| Binary | 100110 | 10001000 | 110000 | 1001000 | 0 | 1000001 | 101111 | 1111110 | 111000 | 100010 |
Color Harmonies of #268830
Complementary color
Monochromatic Colors of #268830
Black with #268830
Text Example
Text Example
White with #268830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268830; }
p { color: rgb(38,136,48); }
H1.HeaderClassName
{
color: #268830;
}
.AnyTagClassName
{
color: #268830;
}
</style>
background-color css
<style>
a { background-color: #268830; }
a { background-color: rgb(38,136,48); }
div.DivClassName
{
background-color: #268830;
}
.BgClassName
{
background-color: #268830;
}
</style>
border-color css
<style>
span { border-color: #268830; }
span { border-color: rgb(38,136,48); }
td.TdClassName
{
border-color: #268830;
}
.TagClassName
{
border-color: #268830;
}
</style>