Shades of Green Kelp #383A30
Tints of Green Kelp #383A30
RGB
CMYK
RGB Variations
Color information
#383A30 (or 0x383A30) is known color: Green Kelp. HEX triplet: 38, 3A and 30. RGB value is (56,58,48). Sum of RGB (Red+Green+Blue) = 56+58+48=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 58 - color contains mainly: green. Hex color #383A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A30 is #C7C5CF. Grayscale: #383838. Windows color (decimal): -13092304 or 3160632. OLE color: 3160632.
HSL color Cylindrical-coordinate representation of color #383A30: hue angle of 72º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #383A30 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
RGB | 56 | 58 | 48 | - |
CMYK | 0.03 | 0 | 0.17 | 0.77 |
HSL | 72º | 0.09% | 0.21% | - |
HSV(B) | 72º | 0.17% | 0.23% | - |
XYZ | 3.68 | 4.08 | 3.39 | - |
YUV | 56.26 | 123.34 | 127.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 56 | 58 | 48 | 0.03 | 0 | 0.17 | 0.77 | 72 | 0.09 | 0.21 |
Hex | 38 | 3A | 30 | 3 | 0 | 11 | 4D | 48 | 9 | 15 |
Octal | 70 | 72 | 60 | 3 | 0 | 21 | 115 | 110 | 11 | 25 |
Binary | 111000 | 111010 | 110000 | 11 | 0 | 10001 | 1001101 | 1001000 | 1001 | 10101 |
Color Harmonies of #383A30
Complementary color
Monochromatic Colors of #383A30
Black with #383A30
Text Example
Text Example
White with #383A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A30; }
p { color: rgb(56,58,48); }
H1.HeaderClassName
{
color: #383A30;
}
.AnyTagClassName
{
color: #383A30;
}
</style>
background-color css
<style>
a { background-color: #383A30; }
a { background-color: rgb(56,58,48); }
div.DivClassName
{
background-color: #383A30;
}
.BgClassName
{
background-color: #383A30;
}
</style>
border-color css
<style>
span { border-color: #383A30; }
span { border-color: rgb(56,58,48); }
td.TdClassName
{
border-color: #383A30;
}
.TagClassName
{
border-color: #383A30;
}
</style>