Shades of Turtle Green #254201
Tints of Turtle Green #254201
RGB
CMYK
RGB Variations
Color information
#254201 (or 0x254201) is known color: Turtle Green. HEX triplet: 25, 42 and 01. RGB value is (37,66,1). Sum of RGB (Red+Green+Blue) = 37+66+1=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #254201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254201 is #DABDFE. Grayscale: #323232. Windows color (decimal): -14335487 or 82469. OLE color: 82469.
HSL color Cylindrical-coordinate representation of color #254201: hue angle of 86.77º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #254201 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 66 | 1 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.74 |
| HSL | 86.77º | 0.97% | 0.13% | - |
| HSV(B) | 86.77º | 0.98% | 0.26% | - |
| XYZ | 2.72 | 4.29 | 0.71 | - |
| YUV | 49.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 1 | 0.44 | 0 | 0.98 | 0.74 | 86.77 | 0.97 | 0.13 |
| Hex | 25 | 42 | 1 | 2C | 0 | 62 | 4A | 57 | 61 | D |
| Octal | 45 | 102 | 1 | 54 | 0 | 142 | 112 | 127 | 141 | 15 |
| Binary | 100101 | 1000010 | 1 | 101100 | 0 | 1100010 | 1001010 | 1010111 | 1100001 | 1101 |
Color Harmonies of #254201
Complementary color
Monochromatic Colors of #254201
Black with #254201
Text Example
Text Example
White with #254201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254201; }
p { color: rgb(37,66,1); }
H1.HeaderClassName
{
color: #254201;
}
.AnyTagClassName
{
color: #254201;
}
</style>
background-color css
<style>
a { background-color: #254201; }
a { background-color: rgb(37,66,1); }
div.DivClassName
{
background-color: #254201;
}
.BgClassName
{
background-color: #254201;
}
</style>
border-color css
<style>
span { border-color: #254201; }
span { border-color: rgb(37,66,1); }
td.TdClassName
{
border-color: #254201;
}
.TagClassName
{
border-color: #254201;
}
</style>