Shades of Turtle Green #304300
Tints of Turtle Green #304300
RGB
CMYK
RGB Variations
Color information
#304300 (or 0x304300) is known color: Turtle Green. HEX triplet: 30, 43 and 00. RGB value is (48,67,0). Sum of RGB (Red+Green+Blue) = 48+67+0=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #304300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304300 is #CFBCFF. Grayscale: #353535. Windows color (decimal): -13614336 or 17200. OLE color: 17200.
HSL color Cylindrical-coordinate representation of color #304300: hue angle of 77.01º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #304300 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 67 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.74 |
| HSL | 77.01º | 1% | 0.13% | - |
| HSV(B) | 77.01º | 1% | 0.26% | - |
| XYZ | 3.23 | 4.64 | 0.73 | - |
| YUV | 53.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 0 | 0.28 | 0 | 1 | 0.74 | 77.01 | 1 | 0.13 |
| Hex | 30 | 43 | 0 | 1C | 0 | 64 | 4A | 4D | 64 | D |
| Octal | 60 | 103 | 0 | 34 | 0 | 144 | 112 | 115 | 144 | 15 |
| Binary | 110000 | 1000011 | 0 | 11100 | 0 | 1100100 | 1001010 | 1001101 | 1100100 | 1101 |
Color Harmonies of #304300
Complementary color
Monochromatic Colors of #304300
Black with #304300
Text Example
Text Example
White with #304300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304300; }
p { color: rgb(48,67,0); }
H1.HeaderClassName
{
color: #304300;
}
.AnyTagClassName
{
color: #304300;
}
</style>
background-color css
<style>
a { background-color: #304300; }
a { background-color: rgb(48,67,0); }
div.DivClassName
{
background-color: #304300;
}
.BgClassName
{
background-color: #304300;
}
</style>
border-color css
<style>
span { border-color: #304300; }
span { border-color: rgb(48,67,0); }
td.TdClassName
{
border-color: #304300;
}
.TagClassName
{
border-color: #304300;
}
</style>