Shades of Turtle Green #253002
Tints of Turtle Green #253002
RGB
CMYK
RGB Variations
Color information
#253002 (or 0x253002) is known color: Turtle Green. HEX triplet: 25, 30 and 02. RGB value is (37,48,2). Sum of RGB (Red+Green+Blue) = 37+48+2=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #253002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253002 is #DACFFD. Grayscale: #272727. Windows color (decimal): -14340094 or 143397. OLE color: 143397.
HSL color Cylindrical-coordinate representation of color #253002: hue angle of 74.35º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #253002 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 48 | 2 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.81 |
| HSL | 74.35º | 0.92% | 0.1% | - |
| HSV(B) | 74.35º | 0.96% | 0.19% | - |
| XYZ | 1.83 | 2.51 | 0.45 | - |
| YUV | 39.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 2 | 0.23 | 0 | 0.96 | 0.81 | 74.35 | 0.92 | 0.1 |
| Hex | 25 | 30 | 2 | 17 | 0 | 60 | 51 | 4A | 5C | A |
| Octal | 45 | 60 | 2 | 27 | 0 | 140 | 121 | 112 | 134 | 12 |
| Binary | 100101 | 110000 | 10 | 10111 | 0 | 1100000 | 1010001 | 1001010 | 1011100 | 1010 |
Color Harmonies of #253002
Complementary color
Monochromatic Colors of #253002
Black with #253002
Text Example
Text Example
White with #253002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253002; }
p { color: rgb(37,48,2); }
H1.HeaderClassName
{
color: #253002;
}
.AnyTagClassName
{
color: #253002;
}
</style>
background-color css
<style>
a { background-color: #253002; }
a { background-color: rgb(37,48,2); }
div.DivClassName
{
background-color: #253002;
}
.BgClassName
{
background-color: #253002;
}
</style>
border-color css
<style>
span { border-color: #253002; }
span { border-color: rgb(37,48,2); }
td.TdClassName
{
border-color: #253002;
}
.TagClassName
{
border-color: #253002;
}
</style>