Shades of Turtle Green #305405
Tints of Turtle Green #305405
RGB
CMYK
RGB Variations
Color information
#305405 (or 0x305405) is known color: Turtle Green. HEX triplet: 30, 54 and 05. RGB value is (48,84,5). Sum of RGB (Red+Green+Blue) = 48+84+5=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #305405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305405 is #CFABFA. Grayscale: #404040. Windows color (decimal): -13609979 or 349232. OLE color: 349232.
HSL color Cylindrical-coordinate representation of color #305405: hue angle of 87.34º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #305405 is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 84 | 5 | - |
| CMYK | 0.43 | 0 | 0.94 | 0.67 |
| HSL | 87.34º | 0.89% | 0.17% | - |
| HSV(B) | 87.34º | 0.94% | 0.33% | - |
| XYZ | 4.42 | 6.98 | 1.26 | - |
| YUV | 64.23 | 94.57 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 5 | 0.43 | 0 | 0.94 | 0.67 | 87.34 | 0.89 | 0.17 |
| Hex | 30 | 54 | 5 | 2B | 0 | 5E | 43 | 57 | 59 | 11 |
| Octal | 60 | 124 | 5 | 53 | 0 | 136 | 103 | 127 | 131 | 21 |
| Binary | 110000 | 1010100 | 101 | 101011 | 0 | 1011110 | 1000011 | 1010111 | 1011001 | 10001 |
Color Harmonies of #305405
Complementary color
Monochromatic Colors of #305405
Black with #305405
Text Example
Text Example
White with #305405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305405; }
p { color: rgb(48,84,5); }
H1.HeaderClassName
{
color: #305405;
}
.AnyTagClassName
{
color: #305405;
}
</style>
background-color css
<style>
a { background-color: #305405; }
a { background-color: rgb(48,84,5); }
div.DivClassName
{
background-color: #305405;
}
.BgClassName
{
background-color: #305405;
}
</style>
border-color css
<style>
span { border-color: #305405; }
span { border-color: rgb(48,84,5); }
td.TdClassName
{
border-color: #305405;
}
.TagClassName
{
border-color: #305405;
}
</style>