Shades of Turtle Green #304410
Tints of Turtle Green #304410
RGB
CMYK
RGB Variations
Color information
#304410 (or 0x304410) is known color: Turtle Green. HEX triplet: 30, 44 and 10. RGB value is (48,68,16). Sum of RGB (Red+Green+Blue) = 48+68+16=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #304410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304410 is #CFBBEF. Grayscale: #383838. Windows color (decimal): -13614064 or 1066032. OLE color: 1066032.
HSL color Cylindrical-coordinate representation of color #304410: hue angle of 83.08º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #304410 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 68 | 16 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.73 |
| HSL | 83.08º | 0.62% | 0.16% | - |
| HSV(B) | 83.08º | 0.76% | 0.27% | - |
| XYZ | 3.38 | 4.8 | 1.24 | - |
| YUV | 56.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 16 | 0.29 | 0 | 0.76 | 0.73 | 83.08 | 0.62 | 0.16 |
| Hex | 30 | 44 | 10 | 1D | 0 | 4C | 49 | 53 | 3E | 10 |
| Octal | 60 | 104 | 20 | 35 | 0 | 114 | 111 | 123 | 76 | 20 |
| Binary | 110000 | 1000100 | 10000 | 11101 | 0 | 1001100 | 1001001 | 1010011 | 111110 | 10000 |
Color Harmonies of #304410
Complementary color
Monochromatic Colors of #304410
Black with #304410
Text Example
Text Example
White with #304410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304410; }
p { color: rgb(48,68,16); }
H1.HeaderClassName
{
color: #304410;
}
.AnyTagClassName
{
color: #304410;
}
</style>
background-color css
<style>
a { background-color: #304410; }
a { background-color: rgb(48,68,16); }
div.DivClassName
{
background-color: #304410;
}
.BgClassName
{
background-color: #304410;
}
</style>
border-color css
<style>
span { border-color: #304410; }
span { border-color: rgb(48,68,16); }
td.TdClassName
{
border-color: #304410;
}
.TagClassName
{
border-color: #304410;
}
</style>