Shades of Turtle Green #30440D
Tints of Turtle Green #30440D
RGB
CMYK
RGB Variations
Color information
#30440D (or 0x30440D) is known color: Turtle Green. HEX triplet: 30, 44 and 0D. RGB value is (48,68,13). Sum of RGB (Red+Green+Blue) = 48+68+13=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #30440D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30440D is #CFBBF2. Grayscale: #373737. Windows color (decimal): -13614067 or 869424. OLE color: 869424.
HSL color Cylindrical-coordinate representation of color #30440D: hue angle of 81.82º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30440D is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 68 | 13 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.73 |
| HSL | 81.82º | 0.68% | 0.16% | - |
| HSV(B) | 81.82º | 0.81% | 0.27% | - |
| XYZ | 3.36 | 4.79 | 1.13 | - |
| YUV | 55.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 13 | 0.29 | 0 | 0.81 | 0.73 | 81.82 | 0.68 | 0.16 |
| Hex | 30 | 44 | D | 1D | 0 | 51 | 49 | 52 | 44 | 10 |
| Octal | 60 | 104 | 15 | 35 | 0 | 121 | 111 | 122 | 104 | 20 |
| Binary | 110000 | 1000100 | 1101 | 11101 | 0 | 1010001 | 1001001 | 1010010 | 1000100 | 10000 |
Color Harmonies of #30440D
Complementary color
Monochromatic Colors of #30440D
Black with #30440D
Text Example
Text Example
White with #30440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30440D; }
p { color: rgb(48,68,13); }
H1.HeaderClassName
{
color: #30440D;
}
.AnyTagClassName
{
color: #30440D;
}
</style>
background-color css
<style>
a { background-color: #30440D; }
a { background-color: rgb(48,68,13); }
div.DivClassName
{
background-color: #30440D;
}
.BgClassName
{
background-color: #30440D;
}
</style>
border-color css
<style>
span { border-color: #30440D; }
span { border-color: rgb(48,68,13); }
td.TdClassName
{
border-color: #30440D;
}
.TagClassName
{
border-color: #30440D;
}
</style>