Shades of Turtle Green #243100
Tints of Turtle Green #243100
RGB
CMYK
RGB Variations
Color information
#243100 (or 0x243100) is known color: Turtle Green. HEX triplet: 24, 31 and 00. RGB value is (36,49,0). Sum of RGB (Red+Green+Blue) = 36+49+0=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 49 (19.53% from 255 or 57.65% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 49 - color contains mainly: green. Hex color #243100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #243100 is #DBCEFF. Grayscale: #272727. Windows color (decimal): -14405376 or 12580. OLE color: 12580.
HSL color Cylindrical-coordinate representation of color #243100: hue angle of 75.92º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #243100 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 49 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.81 |
| HSL | 75.92º | 1% | 0.1% | - |
| HSV(B) | 75.92º | 1% | 0.19% | - |
| XYZ | 1.83 | 2.57 | 0.4 | - |
| YUV | 39.53 | 105.69 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 0 | 0.27 | 0 | 1 | 0.81 | 75.92 | 1 | 0.1 |
| Hex | 24 | 31 | 0 | 1B | 0 | 64 | 51 | 4C | 64 | A |
| Octal | 44 | 61 | 0 | 33 | 0 | 144 | 121 | 114 | 144 | 12 |
| Binary | 100100 | 110001 | 0 | 11011 | 0 | 1100100 | 1010001 | 1001100 | 1100100 | 1010 |
Color Harmonies of #243100
Complementary color
Monochromatic Colors of #243100
Black with #243100
Text Example
Text Example
White with #243100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243100; }
p { color: rgb(36,49,0); }
H1.HeaderClassName
{
color: #243100;
}
.AnyTagClassName
{
color: #243100;
}
</style>
background-color css
<style>
a { background-color: #243100; }
a { background-color: rgb(36,49,0); }
div.DivClassName
{
background-color: #243100;
}
.BgClassName
{
background-color: #243100;
}
</style>
border-color css
<style>
span { border-color: #243100; }
span { border-color: rgb(36,49,0); }
td.TdClassName
{
border-color: #243100;
}
.TagClassName
{
border-color: #243100;
}
</style>