Shades of Turtle Green #253301
Tints of Turtle Green #253301
RGB
CMYK
RGB Variations
Color information
#253301 (or 0x253301) is known color: Turtle Green. HEX triplet: 25, 33 and 01. RGB value is (37,51,1). Sum of RGB (Red+Green+Blue) = 37+51+1=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 51 (20.31% from 255 or 57.30% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 51 - color contains mainly: green. Hex color #253301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253301 is #DACCFE. Grayscale: #292929. Windows color (decimal): -14339327 or 78629. OLE color: 78629.
HSL color Cylindrical-coordinate representation of color #253301: hue angle of 76.8º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #253301 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 37 | 51 | 1 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.8 |
| HSL | 76.8º | 0.96% | 0.1% | - |
| HSV(B) | 76.8º | 0.98% | 0.2% | - |
| XYZ | 1.95 | 2.76 | 0.46 | - |
| YUV | 41.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 1 | 0.27 | 0 | 0.98 | 0.8 | 76.8 | 0.96 | 0.1 |
| Hex | 25 | 33 | 1 | 1B | 0 | 62 | 50 | 4D | 60 | A |
| Octal | 45 | 63 | 1 | 33 | 0 | 142 | 120 | 115 | 140 | 12 |
| Binary | 100101 | 110011 | 1 | 11011 | 0 | 1100010 | 1010000 | 1001101 | 1100000 | 1010 |
Color Harmonies of #253301
Complementary color
Monochromatic Colors of #253301
Black with #253301
Text Example
Text Example
White with #253301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253301; }
p { color: rgb(37,51,1); }
H1.HeaderClassName
{
color: #253301;
}
.AnyTagClassName
{
color: #253301;
}
</style>
background-color css
<style>
a { background-color: #253301; }
a { background-color: rgb(37,51,1); }
div.DivClassName
{
background-color: #253301;
}
.BgClassName
{
background-color: #253301;
}
</style>
border-color css
<style>
span { border-color: #253301; }
span { border-color: rgb(37,51,1); }
td.TdClassName
{
border-color: #253301;
}
.TagClassName
{
border-color: #253301;
}
</style>