Shades of Turtle Green #305609
Tints of Turtle Green #305609
RGB
CMYK
RGB Variations
Color information
#305609 (or 0x305609) is known color: Turtle Green. HEX triplet: 30, 56 and 09. RGB value is (48,86,9). Sum of RGB (Red+Green+Blue) = 48+86+9=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 86 (33.98% from 255 or 60.14% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 86 - color contains mainly: green. Hex color #305609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305609 is #CFA9F6. Grayscale: #424242. Windows color (decimal): -13609463 or 611888. OLE color: 611888.
HSL color Cylindrical-coordinate representation of color #305609: hue angle of 89.61º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #305609 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 86 | 9 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.66 |
| HSL | 89.61º | 0.81% | 0.19% | - |
| HSV(B) | 89.61º | 0.9% | 0.34% | - |
| XYZ | 4.6 | 7.3 | 1.43 | - |
| YUV | 65.86 | 95.91 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 9 | 0.44 | 0 | 0.90 | 0.66 | 89.61 | 0.81 | 0.19 |
| Hex | 30 | 56 | 9 | 2C | 0 | 5A | 42 | 5A | 51 | 13 |
| Octal | 60 | 126 | 11 | 54 | 0 | 132 | 102 | 132 | 121 | 23 |
| Binary | 110000 | 1010110 | 1001 | 101100 | 0 | 1011010 | 1000010 | 1011010 | 1010001 | 10011 |
Color Harmonies of #305609
Complementary color
Monochromatic Colors of #305609
Black with #305609
Text Example
Text Example
White with #305609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305609; }
p { color: rgb(48,86,9); }
H1.HeaderClassName
{
color: #305609;
}
.AnyTagClassName
{
color: #305609;
}
</style>
background-color css
<style>
a { background-color: #305609; }
a { background-color: rgb(48,86,9); }
div.DivClassName
{
background-color: #305609;
}
.BgClassName
{
background-color: #305609;
}
</style>
border-color css
<style>
span { border-color: #305609; }
span { border-color: rgb(48,86,9); }
td.TdClassName
{
border-color: #305609;
}
.TagClassName
{
border-color: #305609;
}
</style>