Shades of Turtle Green #30370A
Tints of Turtle Green #30370A
RGB
CMYK
RGB Variations
Color information
#30370A (or 0x30370A) is known color: Turtle Green. HEX triplet: 30, 37 and 0A. RGB value is (48,55,10). Sum of RGB (Red+Green+Blue) = 48+55+10=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #30370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30370A is #CFC8F5. Grayscale: #2F2F2F. Windows color (decimal): -13617398 or 669488. OLE color: 669488.
HSL color Cylindrical-coordinate representation of color #30370A: hue angle of 69.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30370A is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 55 | 10 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.78 |
| HSL | 69.33º | 0.69% | 0.13% | - |
| HSV(B) | 69.33º | 0.82% | 0.22% | - |
| XYZ | 2.64 | 3.38 | 0.8 | - |
| YUV | 47.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 10 | 0.13 | 0 | 0.82 | 0.78 | 69.33 | 0.69 | 0.13 |
| Hex | 30 | 37 | A | D | 0 | 52 | 4E | 45 | 45 | D |
| Octal | 60 | 67 | 12 | 15 | 0 | 122 | 116 | 105 | 105 | 15 |
| Binary | 110000 | 110111 | 1010 | 1101 | 0 | 1010010 | 1001110 | 1000101 | 1000101 | 1101 |
Color Harmonies of #30370A
Complementary color
Monochromatic Colors of #30370A
Black with #30370A
Text Example
Text Example
White with #30370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30370A; }
p { color: rgb(48,55,10); }
H1.HeaderClassName
{
color: #30370A;
}
.AnyTagClassName
{
color: #30370A;
}
</style>
background-color css
<style>
a { background-color: #30370A; }
a { background-color: rgb(48,55,10); }
div.DivClassName
{
background-color: #30370A;
}
.BgClassName
{
background-color: #30370A;
}
</style>
border-color css
<style>
span { border-color: #30370A; }
span { border-color: rgb(48,55,10); }
td.TdClassName
{
border-color: #30370A;
}
.TagClassName
{
border-color: #30370A;
}
</style>