Shades of Turtle Green #30360B
Tints of Turtle Green #30360B
RGB
CMYK
RGB Variations
Color information
#30360B (or 0x30360B) is known color: Turtle Green. HEX triplet: 30, 36 and 0B. RGB value is (48,54,11). Sum of RGB (Red+Green+Blue) = 48+54+11=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 54 - color contains mainly: green. Hex color #30360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30360B is #CFC9F4. Grayscale: #2F2F2F. Windows color (decimal): -13617653 or 734768. OLE color: 734768.
HSL color Cylindrical-coordinate representation of color #30360B: hue angle of 68.37º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30360B is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 54 | 11 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.79 |
| HSL | 68.37º | 0.66% | 0.13% | - |
| HSV(B) | 68.37º | 0.8% | 0.21% | - |
| XYZ | 2.6 | 3.29 | 0.81 | - |
| YUV | 47.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 11 | 0.11 | 0 | 0.80 | 0.79 | 68.37 | 0.66 | 0.13 |
| Hex | 30 | 36 | B | B | 0 | 50 | 4F | 44 | 42 | D |
| Octal | 60 | 66 | 13 | 13 | 0 | 120 | 117 | 104 | 102 | 15 |
| Binary | 110000 | 110110 | 1011 | 1011 | 0 | 1010000 | 1001111 | 1000100 | 1000010 | 1101 |
Color Harmonies of #30360B
Complementary color
Monochromatic Colors of #30360B
Black with #30360B
Text Example
Text Example
White with #30360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30360B; }
p { color: rgb(48,54,11); }
H1.HeaderClassName
{
color: #30360B;
}
.AnyTagClassName
{
color: #30360B;
}
</style>
background-color css
<style>
a { background-color: #30360B; }
a { background-color: rgb(48,54,11); }
div.DivClassName
{
background-color: #30360B;
}
.BgClassName
{
background-color: #30360B;
}
</style>
border-color css
<style>
span { border-color: #30360B; }
span { border-color: rgb(48,54,11); }
td.TdClassName
{
border-color: #30360B;
}
.TagClassName
{
border-color: #30360B;
}
</style>