Shades of Turtle Green #304C10
Tints of Turtle Green #304C10
RGB
CMYK
RGB Variations
Color information
#304C10 (or 0x304C10) is known color: Turtle Green. HEX triplet: 30, 4C and 10. RGB value is (48,76,16). Sum of RGB (Red+Green+Blue) = 48+76+16=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 76 (30.08% from 255 or 54.29% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 76 - color contains mainly: green. Hex color #304C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304C10 is #CFB3EF. Grayscale: #3C3C3C. Windows color (decimal): -13612016 or 1068080. OLE color: 1068080.
HSL color Cylindrical-coordinate representation of color #304C10: hue angle of 88º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #304C10 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 76 | 16 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.70 |
| HSL | 88º | 0.65% | 0.18% | - |
| HSV(B) | 88º | 0.79% | 0.3% | - |
| XYZ | 3.9 | 5.83 | 1.41 | - |
| YUV | 60.79 | 102.72 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 16 | 0.37 | 0 | 0.79 | 0.70 | 88 | 0.65 | 0.18 |
| Hex | 30 | 4C | 10 | 25 | 0 | 4F | 46 | 58 | 41 | 12 |
| Octal | 60 | 114 | 20 | 45 | 0 | 117 | 106 | 130 | 101 | 22 |
| Binary | 110000 | 1001100 | 10000 | 100101 | 0 | 1001111 | 1000110 | 1011000 | 1000001 | 10010 |
Color Harmonies of #304C10
Complementary color
Monochromatic Colors of #304C10
Black with #304C10
Text Example
Text Example
White with #304C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C10; }
p { color: rgb(48,76,16); }
H1.HeaderClassName
{
color: #304C10;
}
.AnyTagClassName
{
color: #304C10;
}
</style>
background-color css
<style>
a { background-color: #304C10; }
a { background-color: rgb(48,76,16); }
div.DivClassName
{
background-color: #304C10;
}
.BgClassName
{
background-color: #304C10;
}
</style>
border-color css
<style>
span { border-color: #304C10; }
span { border-color: rgb(48,76,16); }
td.TdClassName
{
border-color: #304C10;
}
.TagClassName
{
border-color: #304C10;
}
</style>