Shades of Turtle Green #305108
Tints of Turtle Green #305108
RGB
CMYK
RGB Variations
Color information
#305108 (or 0x305108) is known color: Turtle Green. HEX triplet: 30, 51 and 08. RGB value is (48,81,8). Sum of RGB (Red+Green+Blue) = 48+81+8=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 81 (32.03% from 255 or 59.12% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 81 - color contains mainly: green. Hex color #305108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305108 is #CFAEF7. Grayscale: #3F3F3F. Windows color (decimal): -13610744 or 545072. OLE color: 545072.
HSL color Cylindrical-coordinate representation of color #305108: hue angle of 87.12º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #305108 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 81 | 8 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.68 |
| HSL | 87.12º | 0.82% | 0.17% | - |
| HSV(B) | 87.12º | 0.9% | 0.32% | - |
| XYZ | 4.21 | 6.53 | 1.27 | - |
| YUV | 62.81 | 97.07 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 8 | 0.41 | 0 | 0.90 | 0.68 | 87.12 | 0.82 | 0.17 |
| Hex | 30 | 51 | 8 | 29 | 0 | 5A | 44 | 57 | 52 | 11 |
| Octal | 60 | 121 | 10 | 51 | 0 | 132 | 104 | 127 | 122 | 21 |
| Binary | 110000 | 1010001 | 1000 | 101001 | 0 | 1011010 | 1000100 | 1010111 | 1010010 | 10001 |
Color Harmonies of #305108
Complementary color
Monochromatic Colors of #305108
Black with #305108
Text Example
Text Example
White with #305108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305108; }
p { color: rgb(48,81,8); }
H1.HeaderClassName
{
color: #305108;
}
.AnyTagClassName
{
color: #305108;
}
</style>
background-color css
<style>
a { background-color: #305108; }
a { background-color: rgb(48,81,8); }
div.DivClassName
{
background-color: #305108;
}
.BgClassName
{
background-color: #305108;
}
</style>
border-color css
<style>
span { border-color: #305108; }
span { border-color: rgb(48,81,8); }
td.TdClassName
{
border-color: #305108;
}
.TagClassName
{
border-color: #305108;
}
</style>