Shades of Turtle Green #30340B
Tints of Turtle Green #30340B
RGB
CMYK
RGB Variations
Color information
#30340B (or 0x30340B) is known color: Turtle Green. HEX triplet: 30, 34 and 0B. RGB value is (48,52,11). Sum of RGB (Red+Green+Blue) = 48+52+11=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #30340B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30340B is #CFCBF4. Grayscale: #2E2E2E. Windows color (decimal): -13618165 or 734256. OLE color: 734256.
HSL color Cylindrical-coordinate representation of color #30340B: hue angle of 65.85º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30340B is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 52 | 11 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.80 |
| HSL | 65.85º | 0.65% | 0.12% | - |
| HSV(B) | 65.85º | 0.79% | 0.2% | - |
| XYZ | 2.51 | 3.11 | 0.78 | - |
| YUV | 46.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 11 | 0.08 | 0 | 0.79 | 0.80 | 65.85 | 0.65 | 0.12 |
| Hex | 30 | 34 | B | 8 | 0 | 4F | 50 | 42 | 41 | C |
| Octal | 60 | 64 | 13 | 10 | 0 | 117 | 120 | 102 | 101 | 14 |
| Binary | 110000 | 110100 | 1011 | 1000 | 0 | 1001111 | 1010000 | 1000010 | 1000001 | 1100 |
Color Harmonies of #30340B
Complementary color
Monochromatic Colors of #30340B
Black with #30340B
Text Example
Text Example
White with #30340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30340B; }
p { color: rgb(48,52,11); }
H1.HeaderClassName
{
color: #30340B;
}
.AnyTagClassName
{
color: #30340B;
}
</style>
background-color css
<style>
a { background-color: #30340B; }
a { background-color: rgb(48,52,11); }
div.DivClassName
{
background-color: #30340B;
}
.BgClassName
{
background-color: #30340B;
}
</style>
border-color css
<style>
span { border-color: #30340B; }
span { border-color: rgb(48,52,11); }
td.TdClassName
{
border-color: #30340B;
}
.TagClassName
{
border-color: #30340B;
}
</style>