Shades of Turtle Green #30440B
Tints of Turtle Green #30440B
RGB
CMYK
RGB Variations
Color information
#30440B (or 0x30440B) is known color: Turtle Green. HEX triplet: 30, 44 and 0B. RGB value is (48,68,11). Sum of RGB (Red+Green+Blue) = 48+68+11=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #30440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30440B is #CFBBF4. Grayscale: #373737. Windows color (decimal): -13614069 or 738352. OLE color: 738352.
HSL color Cylindrical-coordinate representation of color #30440B: hue angle of 81.05º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30440B is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 68 | 11 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.73 |
| HSL | 81.05º | 0.72% | 0.15% | - |
| HSV(B) | 81.05º | 0.84% | 0.27% | - |
| XYZ | 3.35 | 4.79 | 1.06 | - |
| YUV | 55.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 11 | 0.29 | 0 | 0.84 | 0.73 | 81.05 | 0.72 | 0.15 |
| Hex | 30 | 44 | B | 1D | 0 | 54 | 49 | 51 | 48 | F |
| Octal | 60 | 104 | 13 | 35 | 0 | 124 | 111 | 121 | 110 | 17 |
| Binary | 110000 | 1000100 | 1011 | 11101 | 0 | 1010100 | 1001001 | 1010001 | 1001000 | 1111 |
Color Harmonies of #30440B
Complementary color
Monochromatic Colors of #30440B
Black with #30440B
Text Example
Text Example
White with #30440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30440B; }
p { color: rgb(48,68,11); }
H1.HeaderClassName
{
color: #30440B;
}
.AnyTagClassName
{
color: #30440B;
}
</style>
background-color css
<style>
a { background-color: #30440B; }
a { background-color: rgb(48,68,11); }
div.DivClassName
{
background-color: #30440B;
}
.BgClassName
{
background-color: #30440B;
}
</style>
border-color css
<style>
span { border-color: #30440B; }
span { border-color: rgb(48,68,11); }
td.TdClassName
{
border-color: #30440B;
}
.TagClassName
{
border-color: #30440B;
}
</style>