Shades of Turtle Green #243002
Tints of Turtle Green #243002
RGB
CMYK
RGB Variations
Color information
#243002 (or 0x243002) is known color: Turtle Green. HEX triplet: 24, 30 and 02. RGB value is (36,48,2). Sum of RGB (Red+Green+Blue) = 36+48+2=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #243002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #243002 is #DBCFFD. Grayscale: #272727. Windows color (decimal): -14405630 or 143396. OLE color: 143396.
HSL color Cylindrical-coordinate representation of color #243002: hue angle of 75.65º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #243002 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 48 | 2 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.81 |
| HSL | 75.65º | 0.92% | 0.1% | - |
| HSV(B) | 75.65º | 0.96% | 0.19% | - |
| XYZ | 1.8 | 2.49 | 0.44 | - |
| YUV | 39.17 | 107.02 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 48 | 2 | 0.25 | 0 | 0.96 | 0.81 | 75.65 | 0.92 | 0.1 |
| Hex | 24 | 30 | 2 | 19 | 0 | 60 | 51 | 4C | 5C | A |
| Octal | 44 | 60 | 2 | 31 | 0 | 140 | 121 | 114 | 134 | 12 |
| Binary | 100100 | 110000 | 10 | 11001 | 0 | 1100000 | 1010001 | 1001100 | 1011100 | 1010 |
Color Harmonies of #243002
Complementary color
Monochromatic Colors of #243002
Black with #243002
Text Example
Text Example
White with #243002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243002; }
p { color: rgb(36,48,2); }
H1.HeaderClassName
{
color: #243002;
}
.AnyTagClassName
{
color: #243002;
}
</style>
background-color css
<style>
a { background-color: #243002; }
a { background-color: rgb(36,48,2); }
div.DivClassName
{
background-color: #243002;
}
.BgClassName
{
background-color: #243002;
}
</style>
border-color css
<style>
span { border-color: #243002; }
span { border-color: rgb(36,48,2); }
td.TdClassName
{
border-color: #243002;
}
.TagClassName
{
border-color: #243002;
}
</style>