Shades of Turtle Green #242F01
Tints of Turtle Green #242F01
RGB
CMYK
RGB Variations
Color information
#242F01 (or 0x242F01) is known color: Turtle Green. HEX triplet: 24, 2F and 01. RGB value is (36,47,1). Sum of RGB (Red+Green+Blue) = 36+47+1=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 47 (18.75% from 255 or 55.95% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 47 - color contains mainly: green. Hex color #242F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242F01 is #DBD0FE. Grayscale: #262626. Windows color (decimal): -14405887 or 77604. OLE color: 77604.
HSL color Cylindrical-coordinate representation of color #242F01: hue angle of 74.35º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #242F01 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 47 | 1 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.82 |
| HSL | 74.35º | 0.96% | 0.09% | - |
| HSV(B) | 74.35º | 0.98% | 0.18% | - |
| XYZ | 1.75 | 2.41 | 0.4 | - |
| YUV | 38.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 1 | 0.23 | 0 | 0.98 | 0.82 | 74.35 | 0.96 | 0.09 |
| Hex | 24 | 2F | 1 | 17 | 0 | 62 | 52 | 4A | 60 | 9 |
| Octal | 44 | 57 | 1 | 27 | 0 | 142 | 122 | 112 | 140 | 11 |
| Binary | 100100 | 101111 | 1 | 10111 | 0 | 1100010 | 1010010 | 1001010 | 1100000 | 1001 |
Color Harmonies of #242F01
Complementary color
Monochromatic Colors of #242F01
Black with #242F01
Text Example
Text Example
White with #242F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F01; }
p { color: rgb(36,47,1); }
H1.HeaderClassName
{
color: #242F01;
}
.AnyTagClassName
{
color: #242F01;
}
</style>
background-color css
<style>
a { background-color: #242F01; }
a { background-color: rgb(36,47,1); }
div.DivClassName
{
background-color: #242F01;
}
.BgClassName
{
background-color: #242F01;
}
</style>
border-color css
<style>
span { border-color: #242F01; }
span { border-color: rgb(36,47,1); }
td.TdClassName
{
border-color: #242F01;
}
.TagClassName
{
border-color: #242F01;
}
</style>