Shades of Turtle Green #303507
Tints of Turtle Green #303507
RGB
CMYK
RGB Variations
Color information
#303507 (or 0x303507) is known color: Turtle Green. HEX triplet: 30, 35 and 07. RGB value is (48,53,7). Sum of RGB (Red+Green+Blue) = 48+53+7=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #303507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303507 is #CFCAF8. Grayscale: #2E2E2E. Windows color (decimal): -13617913 or 472368. OLE color: 472368.
HSL color Cylindrical-coordinate representation of color #303507: hue angle of 66.52º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #303507 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 53 | 7 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.79 |
| HSL | 66.52º | 0.77% | 0.12% | - |
| HSV(B) | 66.52º | 0.87% | 0.21% | - |
| XYZ | 2.53 | 3.19 | 0.68 | - |
| YUV | 46.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 7 | 0.09 | 0 | 0.87 | 0.79 | 66.52 | 0.77 | 0.12 |
| Hex | 30 | 35 | 7 | 9 | 0 | 57 | 4F | 43 | 4D | C |
| Octal | 60 | 65 | 7 | 11 | 0 | 127 | 117 | 103 | 115 | 14 |
| Binary | 110000 | 110101 | 111 | 1001 | 0 | 1010111 | 1001111 | 1000011 | 1001101 | 1100 |
Color Harmonies of #303507
Complementary color
Monochromatic Colors of #303507
Black with #303507
Text Example
Text Example
White with #303507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303507; }
p { color: rgb(48,53,7); }
H1.HeaderClassName
{
color: #303507;
}
.AnyTagClassName
{
color: #303507;
}
</style>
background-color css
<style>
a { background-color: #303507; }
a { background-color: rgb(48,53,7); }
div.DivClassName
{
background-color: #303507;
}
.BgClassName
{
background-color: #303507;
}
</style>
border-color css
<style>
span { border-color: #303507; }
span { border-color: rgb(48,53,7); }
td.TdClassName
{
border-color: #303507;
}
.TagClassName
{
border-color: #303507;
}
</style>