Shades of Turtle Green #253000
Tints of Turtle Green #253000
RGB
CMYK
RGB Variations
Color information
#253000 (or 0x253000) is known color: Turtle Green. HEX triplet: 25, 30 and 00. RGB value is (37,48,0). Sum of RGB (Red+Green+Blue) = 37+48+0=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #253000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253000 is #DACFFF. Grayscale: #272727. Windows color (decimal): -14340096 or 12325. OLE color: 12325.
HSL color Cylindrical-coordinate representation of color #253000: hue angle of 73.75º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #253000 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 48 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.81 |
| HSL | 73.75º | 1% | 0.09% | - |
| HSV(B) | 73.75º | 1% | 0.19% | - |
| XYZ | 1.82 | 2.51 | 0.39 | - |
| YUV | 39.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 0 | 0.23 | 0 | 1 | 0.81 | 73.75 | 1 | 0.09 |
| Hex | 25 | 30 | 0 | 17 | 0 | 64 | 51 | 4A | 64 | 9 |
| Octal | 45 | 60 | 0 | 27 | 0 | 144 | 121 | 112 | 144 | 11 |
| Binary | 100101 | 110000 | 0 | 10111 | 0 | 1100100 | 1010001 | 1001010 | 1100100 | 1001 |
Color Harmonies of #253000
Complementary color
Monochromatic Colors of #253000
Black with #253000
Text Example
Text Example
White with #253000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253000; }
p { color: rgb(37,48,0); }
H1.HeaderClassName
{
color: #253000;
}
.AnyTagClassName
{
color: #253000;
}
</style>
background-color css
<style>
a { background-color: #253000; }
a { background-color: rgb(37,48,0); }
div.DivClassName
{
background-color: #253000;
}
.BgClassName
{
background-color: #253000;
}
</style>
border-color css
<style>
span { border-color: #253000; }
span { border-color: rgb(37,48,0); }
td.TdClassName
{
border-color: #253000;
}
.TagClassName
{
border-color: #253000;
}
</style>