Shades of Forest Green #269C30
Tints of Forest Green #269C30
RGB
CMYK
RGB Variations
Color information
#269C30 (or 0x269C30) is known color: Forest Green. HEX triplet: 26, 9C and 30. RGB value is (38,156,48). Sum of RGB (Red+Green+Blue) = 38+156+48=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 156 (61.33% from 255 or 64.46% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 156 - color contains mainly: green. Hex color #269C30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269C30 is #D963CF. Grayscale: #6C6C6C. Windows color (decimal): -14246864 or 3185702. OLE color: 3185702.
HSL color Cylindrical-coordinate representation of color #269C30: hue angle of 125.08º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269C30 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 156 | 48 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.39 |
| HSL | 125.08º | 0.61% | 0.38% | - |
| HSV(B) | 125.08º | 0.76% | 0.61% | - |
| XYZ | 13.22 | 24.4 | 6.81 | - |
| YUV | 108.41 | 93.91 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 48 | 0.76 | 0 | 0.69 | 0.39 | 125.08 | 0.61 | 0.38 |
| Hex | 26 | 9C | 30 | 4C | 0 | 45 | 27 | 7D | 3D | 26 |
| Octal | 46 | 234 | 60 | 114 | 0 | 105 | 47 | 175 | 75 | 46 |
| Binary | 100110 | 10011100 | 110000 | 1001100 | 0 | 1000101 | 100111 | 1111101 | 111101 | 100110 |
Color Harmonies of #269C30
Complementary color
Monochromatic Colors of #269C30
Black with #269C30
Text Example
Text Example
White with #269C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269C30; }
p { color: rgb(38,156,48); }
H1.HeaderClassName
{
color: #269C30;
}
.AnyTagClassName
{
color: #269C30;
}
</style>
background-color css
<style>
a { background-color: #269C30; }
a { background-color: rgb(38,156,48); }
div.DivClassName
{
background-color: #269C30;
}
.BgClassName
{
background-color: #269C30;
}
</style>
border-color css
<style>
span { border-color: #269C30; }
span { border-color: rgb(38,156,48); }
td.TdClassName
{
border-color: #269C30;
}
.TagClassName
{
border-color: #269C30;
}
</style>