Shades of Turtle Green #244100
Tints of Turtle Green #244100
RGB
CMYK
RGB Variations
Color information
#244100 (or 0x244100) is known color: Turtle Green. HEX triplet: 24, 41 and 00. RGB value is (36,65,0). Sum of RGB (Red+Green+Blue) = 36+65+0=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 65 (25.78% from 255 or 64.36% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 65 - color contains mainly: green. Hex color #244100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244100 is #DBBEFF. Grayscale: #313131. Windows color (decimal): -14401280 or 16676. OLE color: 16676.
HSL color Cylindrical-coordinate representation of color #244100: hue angle of 86.77º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #244100 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 65 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.75 |
| HSL | 86.77º | 1% | 0.13% | - |
| HSV(B) | 86.77º | 1% | 0.25% | - |
| XYZ | 2.62 | 4.16 | 0.66 | - |
| YUV | 48.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 65 | 0 | 0.45 | 0 | 1 | 0.75 | 86.77 | 1 | 0.13 |
| Hex | 24 | 41 | 0 | 2D | 0 | 64 | 4B | 57 | 64 | D |
| Octal | 44 | 101 | 0 | 55 | 0 | 144 | 113 | 127 | 144 | 15 |
| Binary | 100100 | 1000001 | 0 | 101101 | 0 | 1100100 | 1001011 | 1010111 | 1100100 | 1101 |
Color Harmonies of #244100
Complementary color
Monochromatic Colors of #244100
Black with #244100
Text Example
Text Example
White with #244100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244100; }
p { color: rgb(36,65,0); }
H1.HeaderClassName
{
color: #244100;
}
.AnyTagClassName
{
color: #244100;
}
</style>
background-color css
<style>
a { background-color: #244100; }
a { background-color: rgb(36,65,0); }
div.DivClassName
{
background-color: #244100;
}
.BgClassName
{
background-color: #244100;
}
</style>
border-color css
<style>
span { border-color: #244100; }
span { border-color: rgb(36,65,0); }
td.TdClassName
{
border-color: #244100;
}
.TagClassName
{
border-color: #244100;
}
</style>