Shades of Turtle Green #304109
Tints of Turtle Green #304109
RGB
CMYK
RGB Variations
Color information
#304109 (or 0x304109) is known color: Turtle Green. HEX triplet: 30, 41 and 09. RGB value is (48,65,9). Sum of RGB (Red+Green+Blue) = 48+65+9=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #304109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304109 is #CFBEF6. Grayscale: #353535. Windows color (decimal): -13614839 or 606512. OLE color: 606512.
HSL color Cylindrical-coordinate representation of color #304109: hue angle of 78.21º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #304109 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 65 | 9 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.75 |
| HSL | 78.21º | 0.76% | 0.15% | - |
| HSV(B) | 78.21º | 0.86% | 0.25% | - |
| XYZ | 3.16 | 4.43 | 0.95 | - |
| YUV | 53.53 | 102.87 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 9 | 0.26 | 0 | 0.86 | 0.75 | 78.21 | 0.76 | 0.15 |
| Hex | 30 | 41 | 9 | 1A | 0 | 56 | 4B | 4E | 4C | F |
| Octal | 60 | 101 | 11 | 32 | 0 | 126 | 113 | 116 | 114 | 17 |
| Binary | 110000 | 1000001 | 1001 | 11010 | 0 | 1010110 | 1001011 | 1001110 | 1001100 | 1111 |
Color Harmonies of #304109
Complementary color
Monochromatic Colors of #304109
Black with #304109
Text Example
Text Example
White with #304109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304109; }
p { color: rgb(48,65,9); }
H1.HeaderClassName
{
color: #304109;
}
.AnyTagClassName
{
color: #304109;
}
</style>
background-color css
<style>
a { background-color: #304109; }
a { background-color: rgb(48,65,9); }
div.DivClassName
{
background-color: #304109;
}
.BgClassName
{
background-color: #304109;
}
</style>
border-color css
<style>
span { border-color: #304109; }
span { border-color: rgb(48,65,9); }
td.TdClassName
{
border-color: #304109;
}
.TagClassName
{
border-color: #304109;
}
</style>