Shades of Turtle Green #243500
Tints of Turtle Green #243500
RGB
CMYK
RGB Variations
Color information
#243500 (or 0x243500) is known color: Turtle Green. HEX triplet: 24, 35 and 00. RGB value is (36,53,0). Sum of RGB (Red+Green+Blue) = 36+53+0=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 53 (21.09% from 255 or 59.55% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 53 - color contains mainly: green. Hex color #243500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #243500 is #DBCAFF. Grayscale: #2A2A2A. Windows color (decimal): -14404352 or 13604. OLE color: 13604.
HSL color Cylindrical-coordinate representation of color #243500: hue angle of 79.25º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #243500 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 36 | 53 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.79 |
| HSL | 79.25º | 1% | 0.1% | - |
| HSV(B) | 79.25º | 1% | 0.21% | - |
| XYZ | 2 | 2.92 | 0.46 | - |
| YUV | 41.88 | 104.37 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 0 | 0.32 | 0 | 1 | 0.79 | 79.25 | 1 | 0.1 |
| Hex | 24 | 35 | 0 | 20 | 0 | 64 | 4F | 4F | 64 | A |
| Octal | 44 | 65 | 0 | 40 | 0 | 144 | 117 | 117 | 144 | 12 |
| Binary | 100100 | 110101 | 0 | 100000 | 0 | 1100100 | 1001111 | 1001111 | 1100100 | 1010 |
Color Harmonies of #243500
Complementary color
Monochromatic Colors of #243500
Black with #243500
Text Example
Text Example
White with #243500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243500; }
p { color: rgb(36,53,0); }
H1.HeaderClassName
{
color: #243500;
}
.AnyTagClassName
{
color: #243500;
}
</style>
background-color css
<style>
a { background-color: #243500; }
a { background-color: rgb(36,53,0); }
div.DivClassName
{
background-color: #243500;
}
.BgClassName
{
background-color: #243500;
}
</style>
border-color css
<style>
span { border-color: #243500; }
span { border-color: rgb(36,53,0); }
td.TdClassName
{
border-color: #243500;
}
.TagClassName
{
border-color: #243500;
}
</style>