Shades of Elf Green #269C72
Tints of Elf Green #269C72
RGB
CMYK
RGB Variations
Color information
#269C72 (or 0x269C72) is known color: Elf Green. HEX triplet: 26, 9C and 72. RGB value is (38,156,114). Sum of RGB (Red+Green+Blue) = 38+156+114=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #269C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C72 is #D9638D. Grayscale: #737373. Windows color (decimal): -14246798 or 7511078. OLE color: 7511078.
HSL color Cylindrical-coordinate representation of color #269C72: hue angle of 158.64º 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 #269C72 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 156 | 114 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.39 |
| HSL | 158.64º | 0.61% | 0.38% | - |
| HSV(B) | 158.64º | 0.76% | 0.61% | - |
| XYZ | 15.73 | 25.4 | 19.99 | - |
| YUV | 115.93 | 126.91 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 114 | 0.76 | 0 | 0.27 | 0.39 | 158.64 | 0.61 | 0.38 |
| Hex | 26 | 9C | 72 | 4C | 0 | 1B | 27 | 9F | 3D | 26 |
| Octal | 46 | 234 | 162 | 114 | 0 | 33 | 47 | 237 | 75 | 46 |
| Binary | 100110 | 10011100 | 1110010 | 1001100 | 0 | 11011 | 100111 | 10011111 | 111101 | 100110 |
Color Harmonies of #269C72
Complementary color
Monochromatic Colors of #269C72
Black with #269C72
Text Example
Text Example
White with #269C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269C72; }
p { color: rgb(38,156,114); }
H1.HeaderClassName
{
color: #269C72;
}
.AnyTagClassName
{
color: #269C72;
}
</style>
background-color css
<style>
a { background-color: #269C72; }
a { background-color: rgb(38,156,114); }
div.DivClassName
{
background-color: #269C72;
}
.BgClassName
{
background-color: #269C72;
}
</style>
border-color css
<style>
span { border-color: #269C72; }
span { border-color: rgb(38,156,114); }
td.TdClassName
{
border-color: #269C72;
}
.TagClassName
{
border-color: #269C72;
}
</style>