Shades of Turtle Green #305506
Tints of Turtle Green #305506
RGB
CMYK
RGB Variations
Color information
#305506 (or 0x305506) is known color: Turtle Green. HEX triplet: 30, 55 and 06. RGB value is (48,85,6). Sum of RGB (Red+Green+Blue) = 48+85+6=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #305506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305506 is #CFAAF9. Grayscale: #414141. Windows color (decimal): -13609722 or 415024. OLE color: 415024.
HSL color Cylindrical-coordinate representation of color #305506: hue angle of 88.1º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #305506 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 85 | 6 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.67 |
| HSL | 88.1º | 0.87% | 0.18% | - |
| HSV(B) | 88.1º | 0.93% | 0.33% | - |
| XYZ | 4.5 | 7.14 | 1.31 | - |
| YUV | 64.93 | 94.74 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 6 | 0.44 | 0 | 0.93 | 0.67 | 88.1 | 0.87 | 0.18 |
| Hex | 30 | 55 | 6 | 2C | 0 | 5D | 43 | 58 | 57 | 12 |
| Octal | 60 | 125 | 6 | 54 | 0 | 135 | 103 | 130 | 127 | 22 |
| Binary | 110000 | 1010101 | 110 | 101100 | 0 | 1011101 | 1000011 | 1011000 | 1010111 | 10010 |
Color Harmonies of #305506
Complementary color
Monochromatic Colors of #305506
Black with #305506
Text Example
Text Example
White with #305506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305506; }
p { color: rgb(48,85,6); }
H1.HeaderClassName
{
color: #305506;
}
.AnyTagClassName
{
color: #305506;
}
</style>
background-color css
<style>
a { background-color: #305506; }
a { background-color: rgb(48,85,6); }
div.DivClassName
{
background-color: #305506;
}
.BgClassName
{
background-color: #305506;
}
</style>
border-color css
<style>
span { border-color: #305506; }
span { border-color: rgb(48,85,6); }
td.TdClassName
{
border-color: #305506;
}
.TagClassName
{
border-color: #305506;
}
</style>