Shades of Turtle Green #30430B
Tints of Turtle Green #30430B
RGB
CMYK
RGB Variations
Color information
#30430B (or 0x30430B) is known color: Turtle Green. HEX triplet: 30, 43 and 0B. RGB value is (48,67,11). Sum of RGB (Red+Green+Blue) = 48+67+11=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #30430B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30430B is #CFBCF4. Grayscale: #373737. Windows color (decimal): -13614325 or 738096. OLE color: 738096.
HSL color Cylindrical-coordinate representation of color #30430B: hue angle of 80.36º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30430B is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 67 | 11 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.74 |
| HSL | 80.36º | 0.72% | 0.15% | - |
| HSV(B) | 80.36º | 0.84% | 0.26% | - |
| XYZ | 3.29 | 4.67 | 1.04 | - |
| YUV | 54.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 11 | 0.28 | 0 | 0.84 | 0.74 | 80.36 | 0.72 | 0.15 |
| Hex | 30 | 43 | B | 1C | 0 | 54 | 4A | 50 | 48 | F |
| Octal | 60 | 103 | 13 | 34 | 0 | 124 | 112 | 120 | 110 | 17 |
| Binary | 110000 | 1000011 | 1011 | 11100 | 0 | 1010100 | 1001010 | 1010000 | 1001000 | 1111 |
Color Harmonies of #30430B
Complementary color
Monochromatic Colors of #30430B
Black with #30430B
Text Example
Text Example
White with #30430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30430B; }
p { color: rgb(48,67,11); }
H1.HeaderClassName
{
color: #30430B;
}
.AnyTagClassName
{
color: #30430B;
}
</style>
background-color css
<style>
a { background-color: #30430B; }
a { background-color: rgb(48,67,11); }
div.DivClassName
{
background-color: #30430B;
}
.BgClassName
{
background-color: #30430B;
}
</style>
border-color css
<style>
span { border-color: #30430B; }
span { border-color: rgb(48,67,11); }
td.TdClassName
{
border-color: #30430B;
}
.TagClassName
{
border-color: #30430B;
}
</style>