Shades of Turtle Green #303B09
Tints of Turtle Green #303B09
RGB
CMYK
RGB Variations
Color information
#303B09 (or 0x303B09) is known color: Turtle Green. HEX triplet: 30, 3B and 09. RGB value is (48,59,9). Sum of RGB (Red+Green+Blue) = 48+59+9=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 59 (23.44% from 255 or 50.86% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 59 - color contains mainly: green. Hex color #303B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303B09 is #CFC4F6. Grayscale: #323232. Windows color (decimal): -13616375 or 604976. OLE color: 604976.
HSL color Cylindrical-coordinate representation of color #303B09: hue angle of 73.2º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #303B09 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 59 | 9 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.77 |
| HSL | 73.2º | 0.74% | 0.13% | - |
| HSV(B) | 73.2º | 0.85% | 0.23% | - |
| XYZ | 2.83 | 3.78 | 0.84 | - |
| YUV | 50.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 9 | 0.19 | 0 | 0.85 | 0.77 | 73.2 | 0.74 | 0.13 |
| Hex | 30 | 3B | 9 | 13 | 0 | 55 | 4D | 49 | 4A | D |
| Octal | 60 | 73 | 11 | 23 | 0 | 125 | 115 | 111 | 112 | 15 |
| Binary | 110000 | 111011 | 1001 | 10011 | 0 | 1010101 | 1001101 | 1001001 | 1001010 | 1101 |
Color Harmonies of #303B09
Complementary color
Monochromatic Colors of #303B09
Black with #303B09
Text Example
Text Example
White with #303B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B09; }
p { color: rgb(48,59,9); }
H1.HeaderClassName
{
color: #303B09;
}
.AnyTagClassName
{
color: #303B09;
}
</style>
background-color css
<style>
a { background-color: #303B09; }
a { background-color: rgb(48,59,9); }
div.DivClassName
{
background-color: #303B09;
}
.BgClassName
{
background-color: #303B09;
}
</style>
border-color css
<style>
span { border-color: #303B09; }
span { border-color: rgb(48,59,9); }
td.TdClassName
{
border-color: #303B09;
}
.TagClassName
{
border-color: #303B09;
}
</style>