Shades of Turtle Green #303405
Tints of Turtle Green #303405
RGB
CMYK
RGB Variations
Color information
#303405 (or 0x303405) is known color: Turtle Green. HEX triplet: 30, 34 and 05. RGB value is (48,52,5). Sum of RGB (Red+Green+Blue) = 48+52+5=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #303405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303405 is #CFCBFA. Grayscale: #2D2D2D. Windows color (decimal): -13618171 or 341040. OLE color: 341040.
HSL color Cylindrical-coordinate representation of color #303405: hue angle of 65.11º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #303405 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 52 | 5 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.80 |
| HSL | 65.11º | 0.82% | 0.11% | - |
| HSV(B) | 65.11º | 0.9% | 0.2% | - |
| XYZ | 2.47 | 3.1 | 0.61 | - |
| YUV | 45.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 5 | 0.08 | 0 | 0.90 | 0.80 | 65.11 | 0.82 | 0.11 |
| Hex | 30 | 34 | 5 | 8 | 0 | 5A | 50 | 41 | 52 | B |
| Octal | 60 | 64 | 5 | 10 | 0 | 132 | 120 | 101 | 122 | 13 |
| Binary | 110000 | 110100 | 101 | 1000 | 0 | 1011010 | 1010000 | 1000001 | 1010010 | 1011 |
Color Harmonies of #303405
Complementary color
Monochromatic Colors of #303405
Black with #303405
Text Example
Text Example
White with #303405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303405; }
p { color: rgb(48,52,5); }
H1.HeaderClassName
{
color: #303405;
}
.AnyTagClassName
{
color: #303405;
}
</style>
background-color css
<style>
a { background-color: #303405; }
a { background-color: rgb(48,52,5); }
div.DivClassName
{
background-color: #303405;
}
.BgClassName
{
background-color: #303405;
}
</style>
border-color css
<style>
span { border-color: #303405; }
span { border-color: rgb(48,52,5); }
td.TdClassName
{
border-color: #303405;
}
.TagClassName
{
border-color: #303405;
}
</style>