Shades of Turtle Green #305109
Tints of Turtle Green #305109
RGB
CMYK
RGB Variations
Color information
#305109 (or 0x305109) is known color: Turtle Green. HEX triplet: 30, 51 and 09. RGB value is (48,81,9). Sum of RGB (Red+Green+Blue) = 48+81+9=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 81 (32.03% from 255 or 58.70% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 81 - color contains mainly: green. Hex color #305109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305109 is #CFAEF6. Grayscale: #3F3F3F. Windows color (decimal): -13610743 or 610608. OLE color: 610608.
HSL color Cylindrical-coordinate representation of color #305109: hue angle of 87.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #305109 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 81 | 9 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.68 |
| HSL | 87.5º | 0.8% | 0.18% | - |
| HSV(B) | 87.5º | 0.89% | 0.32% | - |
| XYZ | 4.21 | 6.53 | 1.3 | - |
| YUV | 62.93 | 97.57 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 9 | 0.41 | 0 | 0.89 | 0.68 | 87.5 | 0.8 | 0.18 |
| Hex | 30 | 51 | 9 | 29 | 0 | 59 | 44 | 57 | 50 | 12 |
| Octal | 60 | 121 | 11 | 51 | 0 | 131 | 104 | 127 | 120 | 22 |
| Binary | 110000 | 1010001 | 1001 | 101001 | 0 | 1011001 | 1000100 | 1010111 | 1010000 | 10010 |
Color Harmonies of #305109
Complementary color
Monochromatic Colors of #305109
Black with #305109
Text Example
Text Example
White with #305109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305109; }
p { color: rgb(48,81,9); }
H1.HeaderClassName
{
color: #305109;
}
.AnyTagClassName
{
color: #305109;
}
</style>
background-color css
<style>
a { background-color: #305109; }
a { background-color: rgb(48,81,9); }
div.DivClassName
{
background-color: #305109;
}
.BgClassName
{
background-color: #305109;
}
</style>
border-color css
<style>
span { border-color: #305109; }
span { border-color: rgb(48,81,9); }
td.TdClassName
{
border-color: #305109;
}
.TagClassName
{
border-color: #305109;
}
</style>