Shades of Turtle Green #303610
Tints of Turtle Green #303610
RGB
CMYK
RGB Variations
Color information
#303610 (or 0x303610) is known color: Turtle Green. HEX triplet: 30, 36 and 10. RGB value is (48,54,16). Sum of RGB (Red+Green+Blue) = 48+54+16=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 54 - color contains mainly: green. Hex color #303610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303610 is #CFC9EF. Grayscale: #303030. Windows color (decimal): -13617648 or 1062448. OLE color: 1062448.
HSL color Cylindrical-coordinate representation of color #303610: hue angle of 69.47º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #303610 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 54 | 16 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.79 |
| HSL | 69.47º | 0.54% | 0.14% | - |
| HSV(B) | 69.47º | 0.7% | 0.21% | - |
| XYZ | 2.63 | 3.3 | 0.99 | - |
| YUV | 47.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 16 | 0.11 | 0 | 0.70 | 0.79 | 69.47 | 0.54 | 0.14 |
| Hex | 30 | 36 | 10 | B | 0 | 46 | 4F | 45 | 36 | E |
| Octal | 60 | 66 | 20 | 13 | 0 | 106 | 117 | 105 | 66 | 16 |
| Binary | 110000 | 110110 | 10000 | 1011 | 0 | 1000110 | 1001111 | 1000101 | 110110 | 1110 |
Color Harmonies of #303610
Complementary color
Monochromatic Colors of #303610
Black with #303610
Text Example
Text Example
White with #303610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303610; }
p { color: rgb(48,54,16); }
H1.HeaderClassName
{
color: #303610;
}
.AnyTagClassName
{
color: #303610;
}
</style>
background-color css
<style>
a { background-color: #303610; }
a { background-color: rgb(48,54,16); }
div.DivClassName
{
background-color: #303610;
}
.BgClassName
{
background-color: #303610;
}
</style>
border-color css
<style>
span { border-color: #303610; }
span { border-color: rgb(48,54,16); }
td.TdClassName
{
border-color: #303610;
}
.TagClassName
{
border-color: #303610;
}
</style>