Shades of Forest Green #268A30
Tints of Forest Green #268A30
RGB
CMYK
RGB Variations
Color information
#268A30 (or 0x268A30) is known color: Forest Green. HEX triplet: 26, 8A and 30. RGB value is (38,138,48). Sum of RGB (Red+Green+Blue) = 38+138+48=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 138 (54.30% from 255 or 61.61% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 138 - color contains mainly: green. Hex color #268A30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268A30 is #D975CF. Grayscale: #626262. Windows color (decimal): -14251472 or 3181094. OLE color: 3181094.
HSL color Cylindrical-coordinate representation of color #268A30: hue angle of 126º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268A30 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 138 | 48 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.46 |
| HSL | 126º | 0.57% | 0.35% | - |
| HSV(B) | 126º | 0.72% | 0.54% | - |
| XYZ | 10.42 | 18.8 | 5.88 | - |
| YUV | 97.84 | 99.87 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 48 | 0.72 | 0 | 0.65 | 0.46 | 126 | 0.57 | 0.35 |
| Hex | 26 | 8A | 30 | 48 | 0 | 41 | 2E | 7E | 39 | 23 |
| Octal | 46 | 212 | 60 | 110 | 0 | 101 | 56 | 176 | 71 | 43 |
| Binary | 100110 | 10001010 | 110000 | 1001000 | 0 | 1000001 | 101110 | 1111110 | 111001 | 100011 |
Color Harmonies of #268A30
Complementary color
Monochromatic Colors of #268A30
Black with #268A30
Text Example
Text Example
White with #268A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268A30; }
p { color: rgb(38,138,48); }
H1.HeaderClassName
{
color: #268A30;
}
.AnyTagClassName
{
color: #268A30;
}
</style>
background-color css
<style>
a { background-color: #268A30; }
a { background-color: rgb(38,138,48); }
div.DivClassName
{
background-color: #268A30;
}
.BgClassName
{
background-color: #268A30;
}
</style>
border-color css
<style>
span { border-color: #268A30; }
span { border-color: rgb(38,138,48); }
td.TdClassName
{
border-color: #268A30;
}
.TagClassName
{
border-color: #268A30;
}
</style>