Shades of Turtle Green #253400
Tints of Turtle Green #253400
RGB
CMYK
RGB Variations
Color information
#253400 (or 0x253400) is known color: Turtle Green. HEX triplet: 25, 34 and 00. RGB value is (37,52,0). Sum of RGB (Red+Green+Blue) = 37+52+0=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 52 (20.70% from 255 or 58.43% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 52 - color contains mainly: green. Hex color #253400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253400 is #DACBFF. Grayscale: #292929. Windows color (decimal): -14339072 or 13349. OLE color: 13349.
HSL color Cylindrical-coordinate representation of color #253400: hue angle of 77.31º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #253400 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 52 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.80 |
| HSL | 77.31º | 1% | 0.1% | - |
| HSV(B) | 77.31º | 1% | 0.2% | - |
| XYZ | 1.99 | 2.85 | 0.45 | - |
| YUV | 41.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 52 | 0 | 0.29 | 0 | 1 | 0.80 | 77.31 | 1 | 0.1 |
| Hex | 25 | 34 | 0 | 1D | 0 | 64 | 50 | 4D | 64 | A |
| Octal | 45 | 64 | 0 | 35 | 0 | 144 | 120 | 115 | 144 | 12 |
| Binary | 100101 | 110100 | 0 | 11101 | 0 | 1100100 | 1010000 | 1001101 | 1100100 | 1010 |
Color Harmonies of #253400
Complementary color
Monochromatic Colors of #253400
Black with #253400
Text Example
Text Example
White with #253400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253400; }
p { color: rgb(37,52,0); }
H1.HeaderClassName
{
color: #253400;
}
.AnyTagClassName
{
color: #253400;
}
</style>
background-color css
<style>
a { background-color: #253400; }
a { background-color: rgb(37,52,0); }
div.DivClassName
{
background-color: #253400;
}
.BgClassName
{
background-color: #253400;
}
</style>
border-color css
<style>
span { border-color: #253400; }
span { border-color: rgb(37,52,0); }
td.TdClassName
{
border-color: #253400;
}
.TagClassName
{
border-color: #253400;
}
</style>