Shades of Turtle Green #30440C
Tints of Turtle Green #30440C
RGB
CMYK
RGB Variations
Color information
#30440C (or 0x30440C) is known color: Turtle Green. HEX triplet: 30, 44 and 0C. RGB value is (48,68,12). Sum of RGB (Red+Green+Blue) = 48+68+12=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #30440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30440C is #CFBBF3. Grayscale: #373737. Windows color (decimal): -13614068 or 803888. OLE color: 803888.
HSL color Cylindrical-coordinate representation of color #30440C: hue angle of 81.43º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30440C is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 68 | 12 | - |
| CMYK | 0.29 | 0 | 0.82 | 0.73 |
| HSL | 81.43º | 0.7% | 0.16% | - |
| HSV(B) | 81.43º | 0.82% | 0.27% | - |
| XYZ | 3.35 | 4.79 | 1.1 | - |
| YUV | 55.64 | 103.37 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 12 | 0.29 | 0 | 0.82 | 0.73 | 81.43 | 0.7 | 0.16 |
| Hex | 30 | 44 | C | 1D | 0 | 52 | 49 | 51 | 46 | 10 |
| Octal | 60 | 104 | 14 | 35 | 0 | 122 | 111 | 121 | 106 | 20 |
| Binary | 110000 | 1000100 | 1100 | 11101 | 0 | 1010010 | 1001001 | 1010001 | 1000110 | 10000 |
Color Harmonies of #30440C
Complementary color
Monochromatic Colors of #30440C
Black with #30440C
Text Example
Text Example
White with #30440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30440C; }
p { color: rgb(48,68,12); }
H1.HeaderClassName
{
color: #30440C;
}
.AnyTagClassName
{
color: #30440C;
}
</style>
background-color css
<style>
a { background-color: #30440C; }
a { background-color: rgb(48,68,12); }
div.DivClassName
{
background-color: #30440C;
}
.BgClassName
{
background-color: #30440C;
}
</style>
border-color css
<style>
span { border-color: #30440C; }
span { border-color: rgb(48,68,12); }
td.TdClassName
{
border-color: #30440C;
}
.TagClassName
{
border-color: #30440C;
}
</style>