Shades of Turtle Green #30361B
Tints of Turtle Green #30361B
RGB
CMYK
RGB Variations
Color information
#30361B (or 0x30361B) is known color: Turtle Green. HEX triplet: 30, 36 and 1B. RGB value is (48,54,27). Sum of RGB (Red+Green+Blue) = 48+54+27=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 54 - color contains mainly: green. Hex color #30361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30361B is #CFC9E4. Grayscale: #313131. Windows color (decimal): -13617637 or 1783344. OLE color: 1783344.
HSL color Cylindrical-coordinate representation of color #30361B: hue angle of 73.33º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30361B is Cyan = 0.11, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 54 | 27 | - |
| CMYK | 0.11 | 0 | 0.5 | 0.79 |
| HSL | 73.33º | 0.33% | 0.16% | - |
| HSV(B) | 73.33º | 0.5% | 0.21% | - |
| XYZ | 2.74 | 3.35 | 1.54 | - |
| YUV | 49.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 27 | 0.11 | 0 | 0.5 | 0.79 | 73.33 | 0.33 | 0.16 |
| Hex | 30 | 36 | 1B | B | 0 | 32 | 4F | 49 | 21 | 10 |
| Octal | 60 | 66 | 33 | 13 | 0 | 62 | 117 | 111 | 41 | 20 |
| Binary | 110000 | 110110 | 11011 | 1011 | 0 | 110010 | 1001111 | 1001001 | 100001 | 10000 |
Color Harmonies of #30361B
Complementary color
Monochromatic Colors of #30361B
Black with #30361B
Text Example
Text Example
White with #30361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30361B; }
p { color: rgb(48,54,27); }
H1.HeaderClassName
{
color: #30361B;
}
.AnyTagClassName
{
color: #30361B;
}
</style>
background-color css
<style>
a { background-color: #30361B; }
a { background-color: rgb(48,54,27); }
div.DivClassName
{
background-color: #30361B;
}
.BgClassName
{
background-color: #30361B;
}
</style>
border-color css
<style>
span { border-color: #30361B; }
span { border-color: rgb(48,54,27); }
td.TdClassName
{
border-color: #30361B;
}
.TagClassName
{
border-color: #30361B;
}
</style>