Shades of Turtle Green #253B00
Tints of Turtle Green #253B00
RGB
CMYK
RGB Variations
Color information
#253B00 (or 0x253B00) is known color: Turtle Green. HEX triplet: 25, 3B and 00. RGB value is (37,59,0). Sum of RGB (Red+Green+Blue) = 37+59+0=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 59 (23.44% from 255 or 61.46% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 59 - color contains mainly: green. Hex color #253B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253B00 is #DAC4FF. Grayscale: #2D2D2D. Windows color (decimal): -14337280 or 15141. OLE color: 15141.
HSL color Cylindrical-coordinate representation of color #253B00: hue angle of 82.37º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #253B00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 59 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.77 |
| HSL | 82.37º | 1% | 0.12% | - |
| HSV(B) | 82.37º | 1% | 0.23% | - |
| XYZ | 2.33 | 3.52 | 0.56 | - |
| YUV | 45.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 0 | 0.37 | 0 | 1 | 0.77 | 82.37 | 1 | 0.12 |
| Hex | 25 | 3B | 0 | 25 | 0 | 64 | 4D | 52 | 64 | C |
| Octal | 45 | 73 | 0 | 45 | 0 | 144 | 115 | 122 | 144 | 14 |
| Binary | 100101 | 111011 | 0 | 100101 | 0 | 1100100 | 1001101 | 1010010 | 1100100 | 1100 |
Color Harmonies of #253B00
Complementary color
Monochromatic Colors of #253B00
Black with #253B00
Text Example
Text Example
White with #253B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253B00; }
p { color: rgb(37,59,0); }
H1.HeaderClassName
{
color: #253B00;
}
.AnyTagClassName
{
color: #253B00;
}
</style>
background-color css
<style>
a { background-color: #253B00; }
a { background-color: rgb(37,59,0); }
div.DivClassName
{
background-color: #253B00;
}
.BgClassName
{
background-color: #253B00;
}
</style>
border-color css
<style>
span { border-color: #253B00; }
span { border-color: rgb(37,59,0); }
td.TdClassName
{
border-color: #253B00;
}
.TagClassName
{
border-color: #253B00;
}
</style>