Shades of Turtle Green #303202
Tints of Turtle Green #303202
RGB
CMYK
RGB Variations
Color information
#303202 (or 0x303202) is known color: Turtle Green. HEX triplet: 30, 32 and 02. RGB value is (48,50,2). Sum of RGB (Red+Green+Blue) = 48+50+2=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #303202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303202 is #CFCDFD. Grayscale: #2C2C2C. Windows color (decimal): -13618686 or 143920. OLE color: 143920.
HSL color Cylindrical-coordinate representation of color #303202: hue angle of 62.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #303202 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 50 | 2 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.80 |
| HSL | 62.5º | 0.92% | 0.1% | - |
| HSV(B) | 62.5º | 0.96% | 0.2% | - |
| XYZ | 2.37 | 2.91 | 0.49 | - |
| YUV | 43.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 2 | 0.04 | 0 | 0.96 | 0.80 | 62.5 | 0.92 | 0.1 |
| Hex | 30 | 32 | 2 | 4 | 0 | 60 | 50 | 3F | 5C | A |
| Octal | 60 | 62 | 2 | 4 | 0 | 140 | 120 | 77 | 134 | 12 |
| Binary | 110000 | 110010 | 10 | 100 | 0 | 1100000 | 1010000 | 111111 | 1011100 | 1010 |
Color Harmonies of #303202
Complementary color
Monochromatic Colors of #303202
Black with #303202
Text Example
Text Example
White with #303202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303202; }
p { color: rgb(48,50,2); }
H1.HeaderClassName
{
color: #303202;
}
.AnyTagClassName
{
color: #303202;
}
</style>
background-color css
<style>
a { background-color: #303202; }
a { background-color: rgb(48,50,2); }
div.DivClassName
{
background-color: #303202;
}
.BgClassName
{
background-color: #303202;
}
</style>
border-color css
<style>
span { border-color: #303202; }
span { border-color: rgb(48,50,2); }
td.TdClassName
{
border-color: #303202;
}
.TagClassName
{
border-color: #303202;
}
</style>