Shades of Turtle Green #244602
Tints of Turtle Green #244602
RGB
CMYK
RGB Variations
Color information
#244602 (or 0x244602) is known color: Turtle Green. HEX triplet: 24, 46 and 02. RGB value is (36,70,2). Sum of RGB (Red+Green+Blue) = 36+70+2=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 70 (27.73% from 255 or 64.81% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 70 - color contains mainly: green. Hex color #244602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244602 is #DBB9FD. Grayscale: #343434. Windows color (decimal): -14399998 or 149028. OLE color: 149028.
HSL color Cylindrical-coordinate representation of color #244602: hue angle of 90º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #244602 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 70 | 2 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.73 |
| HSL | 90º | 0.94% | 0.14% | - |
| HSV(B) | 90º | 0.97% | 0.27% | - |
| XYZ | 2.93 | 4.76 | 0.82 | - |
| YUV | 52.08 | 99.74 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 70 | 2 | 0.49 | 0 | 0.97 | 0.73 | 90 | 0.94 | 0.14 |
| Hex | 24 | 46 | 2 | 31 | 0 | 61 | 49 | 5A | 5E | E |
| Octal | 44 | 106 | 2 | 61 | 0 | 141 | 111 | 132 | 136 | 16 |
| Binary | 100100 | 1000110 | 10 | 110001 | 0 | 1100001 | 1001001 | 1011010 | 1011110 | 1110 |
Color Harmonies of #244602
Complementary color
Monochromatic Colors of #244602
Black with #244602
Text Example
Text Example
White with #244602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244602; }
p { color: rgb(36,70,2); }
H1.HeaderClassName
{
color: #244602;
}
.AnyTagClassName
{
color: #244602;
}
</style>
background-color css
<style>
a { background-color: #244602; }
a { background-color: rgb(36,70,2); }
div.DivClassName
{
background-color: #244602;
}
.BgClassName
{
background-color: #244602;
}
</style>
border-color css
<style>
span { border-color: #244602; }
span { border-color: rgb(36,70,2); }
td.TdClassName
{
border-color: #244602;
}
.TagClassName
{
border-color: #244602;
}
</style>