Shades of Turtle Green #30450D
Tints of Turtle Green #30450D
RGB
CMYK
RGB Variations
Color information
#30450D (or 0x30450D) is known color: Turtle Green. HEX triplet: 30, 45 and 0D. RGB value is (48,69,13). Sum of RGB (Red+Green+Blue) = 48+69+13=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #30450D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30450D is #CFBAF2. Grayscale: #383838. Windows color (decimal): -13613811 or 869680. OLE color: 869680.
HSL color Cylindrical-coordinate representation of color #30450D: hue angle of 82.5º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30450D is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 69 | 13 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.73 |
| HSL | 82.5º | 0.68% | 0.16% | - |
| HSV(B) | 82.5º | 0.81% | 0.27% | - |
| XYZ | 3.42 | 4.91 | 1.15 | - |
| YUV | 56.34 | 103.54 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 13 | 0.30 | 0 | 0.81 | 0.73 | 82.5 | 0.68 | 0.16 |
| Hex | 30 | 45 | D | 1E | 0 | 51 | 49 | 52 | 44 | 10 |
| Octal | 60 | 105 | 15 | 36 | 0 | 121 | 111 | 122 | 104 | 20 |
| Binary | 110000 | 1000101 | 1101 | 11110 | 0 | 1010001 | 1001001 | 1010010 | 1000100 | 10000 |
Color Harmonies of #30450D
Complementary color
Monochromatic Colors of #30450D
Black with #30450D
Text Example
Text Example
White with #30450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30450D; }
p { color: rgb(48,69,13); }
H1.HeaderClassName
{
color: #30450D;
}
.AnyTagClassName
{
color: #30450D;
}
</style>
background-color css
<style>
a { background-color: #30450D; }
a { background-color: rgb(48,69,13); }
div.DivClassName
{
background-color: #30450D;
}
.BgClassName
{
background-color: #30450D;
}
</style>
border-color css
<style>
span { border-color: #30450D; }
span { border-color: rgb(48,69,13); }
td.TdClassName
{
border-color: #30450D;
}
.TagClassName
{
border-color: #30450D;
}
</style>