Shades of Turtle Green #305500
Tints of Turtle Green #305500
RGB
CMYK
RGB Variations
Color information
#305500 (or 0x305500) is known color: Turtle Green. HEX triplet: 30, 55 and 00. RGB value is (48,85,0). Sum of RGB (Red+Green+Blue) = 48+85+0=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #305500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305500 is #CFAAFF. Grayscale: #404040. Windows color (decimal): -13609728 or 21808. OLE color: 21808.
HSL color Cylindrical-coordinate representation of color #305500: hue angle of 86.12º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #305500 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 85 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.67 |
| HSL | 86.12º | 1% | 0.17% | - |
| HSV(B) | 86.12º | 1% | 0.33% | - |
| XYZ | 4.47 | 7.13 | 1.14 | - |
| YUV | 64.25 | 91.74 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 0 | 0.44 | 0 | 1 | 0.67 | 86.12 | 1 | 0.17 |
| Hex | 30 | 55 | 0 | 2C | 0 | 64 | 43 | 56 | 64 | 11 |
| Octal | 60 | 125 | 0 | 54 | 0 | 144 | 103 | 126 | 144 | 21 |
| Binary | 110000 | 1010101 | 0 | 101100 | 0 | 1100100 | 1000011 | 1010110 | 1100100 | 10001 |
Color Harmonies of #305500
Complementary color
Monochromatic Colors of #305500
Black with #305500
Text Example
Text Example
White with #305500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305500; }
p { color: rgb(48,85,0); }
H1.HeaderClassName
{
color: #305500;
}
.AnyTagClassName
{
color: #305500;
}
</style>
background-color css
<style>
a { background-color: #305500; }
a { background-color: rgb(48,85,0); }
div.DivClassName
{
background-color: #305500;
}
.BgClassName
{
background-color: #305500;
}
</style>
border-color css
<style>
span { border-color: #305500; }
span { border-color: rgb(48,85,0); }
td.TdClassName
{
border-color: #305500;
}
.TagClassName
{
border-color: #305500;
}
</style>