Shades of Turtle Green #305306
Tints of Turtle Green #305306
RGB
CMYK
RGB Variations
Color information
#305306 (or 0x305306) is known color: Turtle Green. HEX triplet: 30, 53 and 06. RGB value is (48,83,6). Sum of RGB (Red+Green+Blue) = 48+83+6=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #305306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305306 is #CFACF9. Grayscale: #404040. Windows color (decimal): -13610234 or 414512. OLE color: 414512.
HSL color Cylindrical-coordinate representation of color #305306: hue angle of 87.27º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #305306 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 83 | 6 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.67 |
| HSL | 87.27º | 0.87% | 0.17% | - |
| HSV(B) | 87.27º | 0.93% | 0.33% | - |
| XYZ | 4.35 | 6.83 | 1.26 | - |
| YUV | 63.76 | 95.4 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 6 | 0.42 | 0 | 0.93 | 0.67 | 87.27 | 0.87 | 0.17 |
| Hex | 30 | 53 | 6 | 2A | 0 | 5D | 43 | 57 | 57 | 11 |
| Octal | 60 | 123 | 6 | 52 | 0 | 135 | 103 | 127 | 127 | 21 |
| Binary | 110000 | 1010011 | 110 | 101010 | 0 | 1011101 | 1000011 | 1010111 | 1010111 | 10001 |
Color Harmonies of #305306
Complementary color
Monochromatic Colors of #305306
Black with #305306
Text Example
Text Example
White with #305306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305306; }
p { color: rgb(48,83,6); }
H1.HeaderClassName
{
color: #305306;
}
.AnyTagClassName
{
color: #305306;
}
</style>
background-color css
<style>
a { background-color: #305306; }
a { background-color: rgb(48,83,6); }
div.DivClassName
{
background-color: #305306;
}
.BgClassName
{
background-color: #305306;
}
</style>
border-color css
<style>
span { border-color: #305306; }
span { border-color: rgb(48,83,6); }
td.TdClassName
{
border-color: #305306;
}
.TagClassName
{
border-color: #305306;
}
</style>