Shades of Turtle Green #244A01
Tints of Turtle Green #244A01
RGB
CMYK
RGB Variations
Color information
#244A01 (or 0x244A01) is known color: Turtle Green. HEX triplet: 24, 4A and 01. RGB value is (36,74,1). Sum of RGB (Red+Green+Blue) = 36+74+1=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 74 (29.30% from 255 or 66.67% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 74 - color contains mainly: green. Hex color #244A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244A01 is #DBB5FE. Grayscale: #363636. Windows color (decimal): -14398975 or 84516. OLE color: 84516.
HSL color Cylindrical-coordinate representation of color #244A01: hue angle of 91.23º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #244A01 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 74 | 1 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.71 |
| HSL | 91.23º | 0.97% | 0.15% | - |
| HSV(B) | 91.23º | 0.99% | 0.29% | - |
| XYZ | 3.18 | 5.27 | 0.88 | - |
| YUV | 54.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 1 | 0.51 | 0 | 0.99 | 0.71 | 91.23 | 0.97 | 0.15 |
| Hex | 24 | 4A | 1 | 33 | 0 | 63 | 47 | 5B | 61 | F |
| Octal | 44 | 112 | 1 | 63 | 0 | 143 | 107 | 133 | 141 | 17 |
| Binary | 100100 | 1001010 | 1 | 110011 | 0 | 1100011 | 1000111 | 1011011 | 1100001 | 1111 |
Color Harmonies of #244A01
Complementary color
Monochromatic Colors of #244A01
Black with #244A01
Text Example
Text Example
White with #244A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244A01; }
p { color: rgb(36,74,1); }
H1.HeaderClassName
{
color: #244A01;
}
.AnyTagClassName
{
color: #244A01;
}
</style>
background-color css
<style>
a { background-color: #244A01; }
a { background-color: rgb(36,74,1); }
div.DivClassName
{
background-color: #244A01;
}
.BgClassName
{
background-color: #244A01;
}
</style>
border-color css
<style>
span { border-color: #244A01; }
span { border-color: rgb(36,74,1); }
td.TdClassName
{
border-color: #244A01;
}
.TagClassName
{
border-color: #244A01;
}
</style>