Shades of Dark Spring Green #267F44
Tints of Dark Spring Green #267F44
RGB
CMYK
RGB Variations
Color information
#267F44 (or 0x267F44) is known color: Dark Spring Green. HEX triplet: 26, 7F and 44. RGB value is (38,127,68). Sum of RGB (Red+Green+Blue) = 38+127+68=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 127 (50% from 255 or 54.51% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 127 - color contains mainly: green. Hex color #267F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267F44 is #D980BB. Grayscale: #5D5D5D. Windows color (decimal): -14254268 or 4488998. OLE color: 4488998.
HSL color Cylindrical-coordinate representation of color #267F44: hue angle of 140.22º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267F44 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 127 | 68 | - |
| CMYK | 0.70 | 0 | 0.46 | 0.50 |
| HSL | 140.22º | 0.54% | 0.32% | - |
| HSV(B) | 140.22º | 0.7% | 0.5% | - |
| XYZ | 9.43 | 16.01 | 8.06 | - |
| YUV | 93.66 | 113.51 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 68 | 0.70 | 0 | 0.46 | 0.50 | 140.22 | 0.54 | 0.32 |
| Hex | 26 | 7F | 44 | 46 | 0 | 2E | 32 | 8C | 36 | 20 |
| Octal | 46 | 177 | 104 | 106 | 0 | 56 | 62 | 214 | 66 | 40 |
| Binary | 100110 | 1111111 | 1000100 | 1000110 | 0 | 101110 | 110010 | 10001100 | 110110 | 100000 |
Color Harmonies of #267F44
Complementary color
Monochromatic Colors of #267F44
Black with #267F44
Text Example
Text Example
White with #267F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267F44; }
p { color: rgb(38,127,68); }
H1.HeaderClassName
{
color: #267F44;
}
.AnyTagClassName
{
color: #267F44;
}
</style>
background-color css
<style>
a { background-color: #267F44; }
a { background-color: rgb(38,127,68); }
div.DivClassName
{
background-color: #267F44;
}
.BgClassName
{
background-color: #267F44;
}
</style>
border-color css
<style>
span { border-color: #267F44; }
span { border-color: rgb(38,127,68); }
td.TdClassName
{
border-color: #267F44;
}
.TagClassName
{
border-color: #267F44;
}
</style>