Shades of Turtle Green #305106
Tints of Turtle Green #305106
RGB
CMYK
RGB Variations
Color information
#305106 (or 0x305106) is known color: Turtle Green. HEX triplet: 30, 51 and 06. RGB value is (48,81,6). Sum of RGB (Red+Green+Blue) = 48+81+6=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 81 (32.03% from 255 or 60% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 81 - color contains mainly: green. Hex color #305106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305106 is #CFAEF9. Grayscale: #3E3E3E. Windows color (decimal): -13610746 or 414000. OLE color: 414000.
HSL color Cylindrical-coordinate representation of color #305106: hue angle of 86.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #305106 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 81 | 6 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.68 |
| HSL | 86.4º | 0.86% | 0.17% | - |
| HSV(B) | 86.4º | 0.93% | 0.32% | - |
| XYZ | 4.19 | 6.53 | 1.21 | - |
| YUV | 62.58 | 96.07 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 6 | 0.41 | 0 | 0.93 | 0.68 | 86.4 | 0.86 | 0.17 |
| Hex | 30 | 51 | 6 | 29 | 0 | 5D | 44 | 56 | 56 | 11 |
| Octal | 60 | 121 | 6 | 51 | 0 | 135 | 104 | 126 | 126 | 21 |
| Binary | 110000 | 1010001 | 110 | 101001 | 0 | 1011101 | 1000100 | 1010110 | 1010110 | 10001 |
Color Harmonies of #305106
Complementary color
Monochromatic Colors of #305106
Black with #305106
Text Example
Text Example
White with #305106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305106; }
p { color: rgb(48,81,6); }
H1.HeaderClassName
{
color: #305106;
}
.AnyTagClassName
{
color: #305106;
}
</style>
background-color css
<style>
a { background-color: #305106; }
a { background-color: rgb(48,81,6); }
div.DivClassName
{
background-color: #305106;
}
.BgClassName
{
background-color: #305106;
}
</style>
border-color css
<style>
span { border-color: #305106; }
span { border-color: rgb(48,81,6); }
td.TdClassName
{
border-color: #305106;
}
.TagClassName
{
border-color: #305106;
}
</style>