Shades of Dark Spring Green #266F4F
Tints of Dark Spring Green #266F4F
RGB
CMYK
RGB Variations
Color information
#266F4F (or 0x266F4F) is known color: Dark Spring Green. HEX triplet: 26, 6F and 4F. RGB value is (38,111,79). Sum of RGB (Red+Green+Blue) = 38+111+79=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #266F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F4F is #D990B0. Grayscale: #555555. Windows color (decimal): -14258353 or 5205798. OLE color: 5205798.
HSL color Cylindrical-coordinate representation of color #266F4F: hue angle of 153.7º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266F4F is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 111 | 79 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.56 |
| HSL | 153.7º | 0.49% | 0.29% | - |
| HSV(B) | 153.7º | 0.66% | 0.44% | - |
| XYZ | 7.9 | 12.35 | 9.36 | - |
| YUV | 85.53 | 124.32 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 79 | 0.66 | 0 | 0.29 | 0.56 | 153.7 | 0.49 | 0.29 |
| Hex | 26 | 6F | 4F | 42 | 0 | 1D | 38 | 9A | 31 | 1D |
| Octal | 46 | 157 | 117 | 102 | 0 | 35 | 70 | 232 | 61 | 35 |
| Binary | 100110 | 1101111 | 1001111 | 1000010 | 0 | 11101 | 111000 | 10011010 | 110001 | 11101 |
Color Harmonies of #266F4F
Complementary color
Monochromatic Colors of #266F4F
Black with #266F4F
Text Example
Text Example
White with #266F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266F4F; }
p { color: rgb(38,111,79); }
H1.HeaderClassName
{
color: #266F4F;
}
.AnyTagClassName
{
color: #266F4F;
}
</style>
background-color css
<style>
a { background-color: #266F4F; }
a { background-color: rgb(38,111,79); }
div.DivClassName
{
background-color: #266F4F;
}
.BgClassName
{
background-color: #266F4F;
}
</style>
border-color css
<style>
span { border-color: #266F4F; }
span { border-color: rgb(38,111,79); }
td.TdClassName
{
border-color: #266F4F;
}
.TagClassName
{
border-color: #266F4F;
}
</style>