Shades of Celtic #30423B
Tints of Celtic #30423B
RGB
CMYK
RGB Variations
Color information
#30423B (or 0x30423B) is known color: Celtic. HEX triplet: 30, 42 and 3B. RGB value is (48,66,59). Sum of RGB (Red+Green+Blue) = 48+66+59=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 66 - color contains mainly: green. Hex color #30423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30423B is #CFBDC4. Grayscale: #3B3B3B. Windows color (decimal): -13614533 or 3883568. OLE color: 3883568.
HSL color Cylindrical-coordinate representation of color #30423B: hue angle of 156.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #30423B is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 66 | 59 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.74 |
| HSL | 156.67º | 0.16% | 0.22% | - |
| HSV(B) | 156.67º | 0.27% | 0.26% | - |
| XYZ | 3.96 | 4.84 | 4.86 | - |
| YUV | 59.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 66 | 59 | 0.27 | 0 | 0.11 | 0.74 | 156.67 | 0.16 | 0.22 |
| Hex | 30 | 42 | 3B | 1B | 0 | B | 4A | 9D | 10 | 16 |
| Octal | 60 | 102 | 73 | 33 | 0 | 13 | 112 | 235 | 20 | 26 |
| Binary | 110000 | 1000010 | 111011 | 11011 | 0 | 1011 | 1001010 | 10011101 | 10000 | 10110 |
Color Harmonies of #30423B
Complementary color
Monochromatic Colors of #30423B
Black with #30423B
Text Example
Text Example
White with #30423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30423B; }
p { color: rgb(48,66,59); }
H1.HeaderClassName
{
color: #30423B;
}
.AnyTagClassName
{
color: #30423B;
}
</style>
background-color css
<style>
a { background-color: #30423B; }
a { background-color: rgb(48,66,59); }
div.DivClassName
{
background-color: #30423B;
}
.BgClassName
{
background-color: #30423B;
}
</style>
border-color css
<style>
span { border-color: #30423B; }
span { border-color: rgb(48,66,59); }
td.TdClassName
{
border-color: #30423B;
}
.TagClassName
{
border-color: #30423B;
}
</style>