Shades of Turtle Green #303502
Tints of Turtle Green #303502
RGB
CMYK
RGB Variations
Color information
#303502 (or 0x303502) is known color: Turtle Green. HEX triplet: 30, 35 and 02. RGB value is (48,53,2). Sum of RGB (Red+Green+Blue) = 48+53+2=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 53 (21.09% from 255 or 51.46% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 53 - color contains mainly: green. Hex color #303502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303502 is #CFCAFD. Grayscale: #2D2D2D. Windows color (decimal): -13617918 or 144688. OLE color: 144688.
HSL color Cylindrical-coordinate representation of color #303502: hue angle of 65.88º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #303502 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 53 | 2 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.79 |
| HSL | 65.88º | 0.93% | 0.11% | - |
| HSV(B) | 65.88º | 0.96% | 0.21% | - |
| XYZ | 2.5 | 3.18 | 0.54 | - |
| YUV | 45.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 2 | 0.09 | 0 | 0.96 | 0.79 | 65.88 | 0.93 | 0.11 |
| Hex | 30 | 35 | 2 | 9 | 0 | 60 | 4F | 42 | 5D | B |
| Octal | 60 | 65 | 2 | 11 | 0 | 140 | 117 | 102 | 135 | 13 |
| Binary | 110000 | 110101 | 10 | 1001 | 0 | 1100000 | 1001111 | 1000010 | 1011101 | 1011 |
Color Harmonies of #303502
Complementary color
Monochromatic Colors of #303502
Black with #303502
Text Example
Text Example
White with #303502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303502; }
p { color: rgb(48,53,2); }
H1.HeaderClassName
{
color: #303502;
}
.AnyTagClassName
{
color: #303502;
}
</style>
background-color css
<style>
a { background-color: #303502; }
a { background-color: rgb(48,53,2); }
div.DivClassName
{
background-color: #303502;
}
.BgClassName
{
background-color: #303502;
}
</style>
border-color css
<style>
span { border-color: #303502; }
span { border-color: rgb(48,53,2); }
td.TdClassName
{
border-color: #303502;
}
.TagClassName
{
border-color: #303502;
}
</style>