Shades of Turtle Green #30430A
Tints of Turtle Green #30430A
RGB
CMYK
RGB Variations
Color information
#30430A (or 0x30430A) is known color: Turtle Green. HEX triplet: 30, 43 and 0A. RGB value is (48,67,10). Sum of RGB (Red+Green+Blue) = 48+67+10=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #30430A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30430A is #CFBCF5. Grayscale: #373737. Windows color (decimal): -13614326 or 672560. OLE color: 672560.
HSL color Cylindrical-coordinate representation of color #30430A: hue angle of 80º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30430A is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 67 | 10 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.74 |
| HSL | 80º | 0.74% | 0.15% | - |
| HSV(B) | 80º | 0.85% | 0.26% | - |
| XYZ | 3.28 | 4.66 | 1.01 | - |
| YUV | 54.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 10 | 0.28 | 0 | 0.85 | 0.74 | 80 | 0.74 | 0.15 |
| Hex | 30 | 43 | A | 1C | 0 | 55 | 4A | 50 | 4A | F |
| Octal | 60 | 103 | 12 | 34 | 0 | 125 | 112 | 120 | 112 | 17 |
| Binary | 110000 | 1000011 | 1010 | 11100 | 0 | 1010101 | 1001010 | 1010000 | 1001010 | 1111 |
Color Harmonies of #30430A
Complementary color
Monochromatic Colors of #30430A
Black with #30430A
Text Example
Text Example
White with #30430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30430A; }
p { color: rgb(48,67,10); }
H1.HeaderClassName
{
color: #30430A;
}
.AnyTagClassName
{
color: #30430A;
}
</style>
background-color css
<style>
a { background-color: #30430A; }
a { background-color: rgb(48,67,10); }
div.DivClassName
{
background-color: #30430A;
}
.BgClassName
{
background-color: #30430A;
}
</style>
border-color css
<style>
span { border-color: #30430A; }
span { border-color: rgb(48,67,10); }
td.TdClassName
{
border-color: #30430A;
}
.TagClassName
{
border-color: #30430A;
}
</style>