Shades of Dark Spring Green #267D45
Tints of Dark Spring Green #267D45
RGB
CMYK
RGB Variations
Color information
#267D45 (or 0x267D45) is known color: Dark Spring Green. HEX triplet: 26, 7D and 45. RGB value is (38,125,69). Sum of RGB (Red+Green+Blue) = 38+125+69=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 125 (49.22% from 255 or 53.88% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 125 - color contains mainly: green. Hex color #267D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267D45 is #D982BA. Grayscale: #5C5C5C. Windows color (decimal): -14254779 or 4554022. OLE color: 4554022.
HSL color Cylindrical-coordinate representation of color #267D45: hue angle of 141.38º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267D45 is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 125 | 69 | - |
| CMYK | 0.70 | 0 | 0.45 | 0.51 |
| HSL | 141.38º | 0.53% | 0.32% | - |
| HSV(B) | 141.38º | 0.7% | 0.49% | - |
| XYZ | 9.21 | 15.51 | 8.14 | - |
| YUV | 92.6 | 114.68 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 69 | 0.70 | 0 | 0.45 | 0.51 | 141.38 | 0.53 | 0.32 |
| Hex | 26 | 7D | 45 | 46 | 0 | 2D | 33 | 8D | 35 | 20 |
| Octal | 46 | 175 | 105 | 106 | 0 | 55 | 63 | 215 | 65 | 40 |
| Binary | 100110 | 1111101 | 1000101 | 1000110 | 0 | 101101 | 110011 | 10001101 | 110101 | 100000 |
Color Harmonies of #267D45
Complementary color
Monochromatic Colors of #267D45
Black with #267D45
Text Example
Text Example
White with #267D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267D45; }
p { color: rgb(38,125,69); }
H1.HeaderClassName
{
color: #267D45;
}
.AnyTagClassName
{
color: #267D45;
}
</style>
background-color css
<style>
a { background-color: #267D45; }
a { background-color: rgb(38,125,69); }
div.DivClassName
{
background-color: #267D45;
}
.BgClassName
{
background-color: #267D45;
}
</style>
border-color css
<style>
span { border-color: #267D45; }
span { border-color: rgb(38,125,69); }
td.TdClassName
{
border-color: #267D45;
}
.TagClassName
{
border-color: #267D45;
}
</style>