Shades of Green Kelp #383A2C
Tints of Green Kelp #383A2C
RGB
CMYK
RGB Variations
Color information
#383A2C (or 0x383A2C) is known color: Green Kelp. HEX triplet: 38, 3A and 2C. RGB value is (56,58,44). Sum of RGB (Red+Green+Blue) = 56+58+44=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 58 - color contains mainly: green. Hex color #383A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A2C is #C7C5D3. Grayscale: #373737. Windows color (decimal): -13092308 or 2898488. OLE color: 2898488.
HSL color Cylindrical-coordinate representation of color #383A2C: hue angle of 68.57º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #383A2C is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 58 | 44 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.77 |
| HSL | 68.57º | 0.14% | 0.2% | - |
| HSV(B) | 68.57º | 0.24% | 0.23% | - |
| XYZ | 3.6 | 4.05 | 2.97 | - |
| YUV | 55.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 44 | 0.03 | 0 | 0.24 | 0.77 | 68.57 | 0.14 | 0.2 |
| Hex | 38 | 3A | 2C | 3 | 0 | 18 | 4D | 45 | E | 14 |
| Octal | 70 | 72 | 54 | 3 | 0 | 30 | 115 | 105 | 16 | 24 |
| Binary | 111000 | 111010 | 101100 | 11 | 0 | 11000 | 1001101 | 1000101 | 1110 | 10100 |
Color Harmonies of #383A2C
Complementary color
Monochromatic Colors of #383A2C
Black with #383A2C
Text Example
Text Example
White with #383A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A2C; }
p { color: rgb(56,58,44); }
H1.HeaderClassName
{
color: #383A2C;
}
.AnyTagClassName
{
color: #383A2C;
}
</style>
background-color css
<style>
a { background-color: #383A2C; }
a { background-color: rgb(56,58,44); }
div.DivClassName
{
background-color: #383A2C;
}
.BgClassName
{
background-color: #383A2C;
}
</style>
border-color css
<style>
span { border-color: #383A2C; }
span { border-color: rgb(56,58,44); }
td.TdClassName
{
border-color: #383A2C;
}
.TagClassName
{
border-color: #383A2C;
}
</style>