Shades of Turtle Green #30400C
Tints of Turtle Green #30400C
RGB
CMYK
RGB Variations
Color information
#30400C (or 0x30400C) is known color: Turtle Green. HEX triplet: 30, 40 and 0C. RGB value is (48,64,12). Sum of RGB (Red+Green+Blue) = 48+64+12=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #30400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30400C is #CFBFF3. Grayscale: #353535. Windows color (decimal): -13615092 or 802864. OLE color: 802864.
HSL color Cylindrical-coordinate representation of color #30400C: hue angle of 78.46º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30400C is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 12 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.75 |
| HSL | 78.46º | 0.68% | 0.15% | - |
| HSV(B) | 78.46º | 0.81% | 0.25% | - |
| XYZ | 3.12 | 4.32 | 1.02 | - |
| YUV | 53.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 12 | 0.25 | 0 | 0.81 | 0.75 | 78.46 | 0.68 | 0.15 |
| Hex | 30 | 40 | C | 19 | 0 | 51 | 4B | 4E | 44 | F |
| Octal | 60 | 100 | 14 | 31 | 0 | 121 | 113 | 116 | 104 | 17 |
| Binary | 110000 | 1000000 | 1100 | 11001 | 0 | 1010001 | 1001011 | 1001110 | 1000100 | 1111 |
Color Harmonies of #30400C
Complementary color
Monochromatic Colors of #30400C
Black with #30400C
Text Example
Text Example
White with #30400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30400C; }
p { color: rgb(48,64,12); }
H1.HeaderClassName
{
color: #30400C;
}
.AnyTagClassName
{
color: #30400C;
}
</style>
background-color css
<style>
a { background-color: #30400C; }
a { background-color: rgb(48,64,12); }
div.DivClassName
{
background-color: #30400C;
}
.BgClassName
{
background-color: #30400C;
}
</style>
border-color css
<style>
span { border-color: #30400C; }
span { border-color: rgb(48,64,12); }
td.TdClassName
{
border-color: #30400C;
}
.TagClassName
{
border-color: #30400C;
}
</style>