Shades of Turtle Green #244102
Tints of Turtle Green #244102
RGB
CMYK
RGB Variations
Color information
#244102 (or 0x244102) is known color: Turtle Green. HEX triplet: 24, 41 and 02. RGB value is (36,65,2). Sum of RGB (Red+Green+Blue) = 36+65+2=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 65 (25.78% from 255 or 63.11% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 65 - color contains mainly: green. Hex color #244102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244102 is #DBBEFD. Grayscale: #313131. Windows color (decimal): -14401278 or 147748. OLE color: 147748.
HSL color Cylindrical-coordinate representation of color #244102: hue angle of 87.62º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #244102 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 65 | 2 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.75 |
| HSL | 87.62º | 0.94% | 0.13% | - |
| HSV(B) | 87.62º | 0.97% | 0.25% | - |
| XYZ | 2.63 | 4.16 | 0.72 | - |
| YUV | 49.15 | 101.39 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 65 | 2 | 0.45 | 0 | 0.97 | 0.75 | 87.62 | 0.94 | 0.13 |
| Hex | 24 | 41 | 2 | 2D | 0 | 61 | 4B | 58 | 5E | D |
| Octal | 44 | 101 | 2 | 55 | 0 | 141 | 113 | 130 | 136 | 15 |
| Binary | 100100 | 1000001 | 10 | 101101 | 0 | 1100001 | 1001011 | 1011000 | 1011110 | 1101 |
Color Harmonies of #244102
Complementary color
Monochromatic Colors of #244102
Black with #244102
Text Example
Text Example
White with #244102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244102; }
p { color: rgb(36,65,2); }
H1.HeaderClassName
{
color: #244102;
}
.AnyTagClassName
{
color: #244102;
}
</style>
background-color css
<style>
a { background-color: #244102; }
a { background-color: rgb(36,65,2); }
div.DivClassName
{
background-color: #244102;
}
.BgClassName
{
background-color: #244102;
}
</style>
border-color css
<style>
span { border-color: #244102; }
span { border-color: rgb(36,65,2); }
td.TdClassName
{
border-color: #244102;
}
.TagClassName
{
border-color: #244102;
}
</style>