Shades of Turtle Green #253305
Tints of Turtle Green #253305
RGB
CMYK
RGB Variations
Color information
#253305 (or 0x253305) is known color: Turtle Green. HEX triplet: 25, 33 and 05. RGB value is (37,51,5). Sum of RGB (Red+Green+Blue) = 37+51+5=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 51 (20.31% from 255 or 54.84% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 51 - color contains mainly: green. Hex color #253305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253305 is #DACCFA. Grayscale: #292929. Windows color (decimal): -14339323 or 340773. OLE color: 340773.
HSL color Cylindrical-coordinate representation of color #253305: hue angle of 78.26º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #253305 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 37 | 51 | 5 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.8 |
| HSL | 78.26º | 0.82% | 0.11% | - |
| HSV(B) | 78.26º | 0.9% | 0.2% | - |
| XYZ | 1.97 | 2.77 | 0.57 | - |
| YUV | 41.57 | 107.36 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 5 | 0.27 | 0 | 0.90 | 0.8 | 78.26 | 0.82 | 0.11 |
| Hex | 25 | 33 | 5 | 1B | 0 | 5A | 50 | 4E | 52 | B |
| Octal | 45 | 63 | 5 | 33 | 0 | 132 | 120 | 116 | 122 | 13 |
| Binary | 100101 | 110011 | 101 | 11011 | 0 | 1011010 | 1010000 | 1001110 | 1010010 | 1011 |
Color Harmonies of #253305
Complementary color
Monochromatic Colors of #253305
Black with #253305
Text Example
Text Example
White with #253305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253305; }
p { color: rgb(37,51,5); }
H1.HeaderClassName
{
color: #253305;
}
.AnyTagClassName
{
color: #253305;
}
</style>
background-color css
<style>
a { background-color: #253305; }
a { background-color: rgb(37,51,5); }
div.DivClassName
{
background-color: #253305;
}
.BgClassName
{
background-color: #253305;
}
</style>
border-color css
<style>
span { border-color: #253305; }
span { border-color: rgb(37,51,5); }
td.TdClassName
{
border-color: #253305;
}
.TagClassName
{
border-color: #253305;
}
</style>