Shades of Turtle Green #303705
Tints of Turtle Green #303705
RGB
CMYK
RGB Variations
Color information
#303705 (or 0x303705) is known color: Turtle Green. HEX triplet: 30, 37 and 05. RGB value is (48,55,5). Sum of RGB (Red+Green+Blue) = 48+55+5=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #303705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303705 is #CFC8FA. Grayscale: #2F2F2F. Windows color (decimal): -13617403 or 341808. OLE color: 341808.
HSL color Cylindrical-coordinate representation of color #303705: hue angle of 68.4º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #303705 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 55 | 5 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.78 |
| HSL | 68.4º | 0.83% | 0.12% | - |
| HSV(B) | 68.4º | 0.91% | 0.22% | - |
| XYZ | 2.61 | 3.37 | 0.66 | - |
| YUV | 47.21 | 104.18 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 5 | 0.13 | 0 | 0.91 | 0.78 | 68.4 | 0.83 | 0.12 |
| Hex | 30 | 37 | 5 | D | 0 | 5B | 4E | 44 | 53 | C |
| Octal | 60 | 67 | 5 | 15 | 0 | 133 | 116 | 104 | 123 | 14 |
| Binary | 110000 | 110111 | 101 | 1101 | 0 | 1011011 | 1001110 | 1000100 | 1010011 | 1100 |
Color Harmonies of #303705
Complementary color
Monochromatic Colors of #303705
Black with #303705
Text Example
Text Example
White with #303705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303705; }
p { color: rgb(48,55,5); }
H1.HeaderClassName
{
color: #303705;
}
.AnyTagClassName
{
color: #303705;
}
</style>
background-color css
<style>
a { background-color: #303705; }
a { background-color: rgb(48,55,5); }
div.DivClassName
{
background-color: #303705;
}
.BgClassName
{
background-color: #303705;
}
</style>
border-color css
<style>
span { border-color: #303705; }
span { border-color: rgb(48,55,5); }
td.TdClassName
{
border-color: #303705;
}
.TagClassName
{
border-color: #303705;
}
</style>