Shades of Turtle Green #303900
Tints of Turtle Green #303900
RGB
CMYK
RGB Variations
Color information
#303900 (or 0x303900) is known color: Turtle Green. HEX triplet: 30, 39 and 00. RGB value is (48,57,0). Sum of RGB (Red+Green+Blue) = 48+57+0=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #303900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303900 is #CFC6FF. Grayscale: #303030. Windows color (decimal): -13616896 or 14640. OLE color: 14640.
HSL color Cylindrical-coordinate representation of color #303900: hue angle of 69.47º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #303900 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 57 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.78 |
| HSL | 69.47º | 1% | 0.11% | - |
| HSV(B) | 69.47º | 1% | 0.22% | - |
| XYZ | 2.68 | 3.55 | 0.54 | - |
| YUV | 47.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 0 | 0.16 | 0 | 1 | 0.78 | 69.47 | 1 | 0.11 |
| Hex | 30 | 39 | 0 | 10 | 0 | 64 | 4E | 45 | 64 | B |
| Octal | 60 | 71 | 0 | 20 | 0 | 144 | 116 | 105 | 144 | 13 |
| Binary | 110000 | 111001 | 0 | 10000 | 0 | 1100100 | 1001110 | 1000101 | 1100100 | 1011 |
Color Harmonies of #303900
Complementary color
Monochromatic Colors of #303900
Black with #303900
Text Example
Text Example
White with #303900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303900; }
p { color: rgb(48,57,0); }
H1.HeaderClassName
{
color: #303900;
}
.AnyTagClassName
{
color: #303900;
}
</style>
background-color css
<style>
a { background-color: #303900; }
a { background-color: rgb(48,57,0); }
div.DivClassName
{
background-color: #303900;
}
.BgClassName
{
background-color: #303900;
}
</style>
border-color css
<style>
span { border-color: #303900; }
span { border-color: rgb(48,57,0); }
td.TdClassName
{
border-color: #303900;
}
.TagClassName
{
border-color: #303900;
}
</style>