Shades of Turtle Green #304305
Tints of Turtle Green #304305
RGB
CMYK
RGB Variations
Color information
#304305 (or 0x304305) is known color: Turtle Green. HEX triplet: 30, 43 and 05. RGB value is (48,67,5). Sum of RGB (Red+Green+Blue) = 48+67+5=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 67 (26.56% from 255 or 55.83% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 67 - color contains mainly: green. Hex color #304305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304305 is #CFBCFA. Grayscale: #363636. Windows color (decimal): -13614331 or 344880. OLE color: 344880.
HSL color Cylindrical-coordinate representation of color #304305: hue angle of 78.39º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #304305 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 67 | 5 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.74 |
| HSL | 78.39º | 0.86% | 0.14% | - |
| HSV(B) | 78.39º | 0.93% | 0.26% | - |
| XYZ | 3.25 | 4.65 | 0.87 | - |
| YUV | 54.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 5 | 0.28 | 0 | 0.93 | 0.74 | 78.39 | 0.86 | 0.14 |
| Hex | 30 | 43 | 5 | 1C | 0 | 5D | 4A | 4E | 56 | E |
| Octal | 60 | 103 | 5 | 34 | 0 | 135 | 112 | 116 | 126 | 16 |
| Binary | 110000 | 1000011 | 101 | 11100 | 0 | 1011101 | 1001010 | 1001110 | 1010110 | 1110 |
Color Harmonies of #304305
Complementary color
Monochromatic Colors of #304305
Black with #304305
Text Example
Text Example
White with #304305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304305; }
p { color: rgb(48,67,5); }
H1.HeaderClassName
{
color: #304305;
}
.AnyTagClassName
{
color: #304305;
}
</style>
background-color css
<style>
a { background-color: #304305; }
a { background-color: rgb(48,67,5); }
div.DivClassName
{
background-color: #304305;
}
.BgClassName
{
background-color: #304305;
}
</style>
border-color css
<style>
span { border-color: #304305; }
span { border-color: rgb(48,67,5); }
td.TdClassName
{
border-color: #304305;
}
.TagClassName
{
border-color: #304305;
}
</style>