Shades of Turtle Green #254D00
Tints of Turtle Green #254D00
RGB
CMYK
RGB Variations
Color information
#254D00 (or 0x254D00) is known color: Turtle Green. HEX triplet: 25, 4D and 00. RGB value is (37,77,0). Sum of RGB (Red+Green+Blue) = 37+77+0=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 77 (30.47% from 255 or 67.54% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 77 - color contains mainly: green. Hex color #254D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #254D00 is #DAB2FF. Grayscale: #383838. Windows color (decimal): -14332672 or 19749. OLE color: 19749.
HSL color Cylindrical-coordinate representation of color #254D00: hue angle of 91.17º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #254D00 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 77 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.70 |
| HSL | 91.17º | 1% | 0.15% | - |
| HSV(B) | 91.17º | 1% | 0.3% | - |
| XYZ | 3.42 | 5.7 | 0.92 | - |
| YUV | 56.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 0 | 0.52 | 0 | 1 | 0.70 | 91.17 | 1 | 0.15 |
| Hex | 25 | 4D | 0 | 34 | 0 | 64 | 46 | 5B | 64 | F |
| Octal | 45 | 115 | 0 | 64 | 0 | 144 | 106 | 133 | 144 | 17 |
| Binary | 100101 | 1001101 | 0 | 110100 | 0 | 1100100 | 1000110 | 1011011 | 1100100 | 1111 |
Color Harmonies of #254D00
Complementary color
Monochromatic Colors of #254D00
Black with #254D00
Text Example
Text Example
White with #254D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254D00; }
p { color: rgb(37,77,0); }
H1.HeaderClassName
{
color: #254D00;
}
.AnyTagClassName
{
color: #254D00;
}
</style>
background-color css
<style>
a { background-color: #254D00; }
a { background-color: rgb(37,77,0); }
div.DivClassName
{
background-color: #254D00;
}
.BgClassName
{
background-color: #254D00;
}
</style>
border-color css
<style>
span { border-color: #254D00; }
span { border-color: rgb(37,77,0); }
td.TdClassName
{
border-color: #254D00;
}
.TagClassName
{
border-color: #254D00;
}
</style>