Shades of Turtle Green #244701
Tints of Turtle Green #244701
RGB
CMYK
RGB Variations
Color information
#244701 (or 0x244701) is known color: Turtle Green. HEX triplet: 24, 47 and 01. RGB value is (36,71,1). Sum of RGB (Red+Green+Blue) = 36+71+1=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 71 (28.12% from 255 or 65.74% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 71 - color contains mainly: green. Hex color #244701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244701 is #DBB8FE. Grayscale: #343434. Windows color (decimal): -14399743 or 83748. OLE color: 83748.
HSL color Cylindrical-coordinate representation of color #244701: hue angle of 90º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #244701 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 71 | 1 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.72 |
| HSL | 90º | 0.97% | 0.14% | - |
| HSV(B) | 90º | 0.99% | 0.28% | - |
| XYZ | 2.99 | 4.88 | 0.81 | - |
| YUV | 52.56 | 98.9 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 71 | 1 | 0.49 | 0 | 0.99 | 0.72 | 90 | 0.97 | 0.14 |
| Hex | 24 | 47 | 1 | 31 | 0 | 63 | 48 | 5A | 61 | E |
| Octal | 44 | 107 | 1 | 61 | 0 | 143 | 110 | 132 | 141 | 16 |
| Binary | 100100 | 1000111 | 1 | 110001 | 0 | 1100011 | 1001000 | 1011010 | 1100001 | 1110 |
Color Harmonies of #244701
Complementary color
Monochromatic Colors of #244701
Black with #244701
Text Example
Text Example
White with #244701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244701; }
p { color: rgb(36,71,1); }
H1.HeaderClassName
{
color: #244701;
}
.AnyTagClassName
{
color: #244701;
}
</style>
background-color css
<style>
a { background-color: #244701; }
a { background-color: rgb(36,71,1); }
div.DivClassName
{
background-color: #244701;
}
.BgClassName
{
background-color: #244701;
}
</style>
border-color css
<style>
span { border-color: #244701; }
span { border-color: rgb(36,71,1); }
td.TdClassName
{
border-color: #244701;
}
.TagClassName
{
border-color: #244701;
}
</style>