#383A2D

Color #383A2D Green Kelp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Kelp #383A2D

Tints of Green Kelp #383A2D

Color information

#383A2D (or 0x383A2D) is unknown color: approx Green Kelp. HEX triplet: 38, 3A and 2D. RGB value is (56,58,45). Sum of RGB (Red+Green+Blue) = 56+58+45=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 58 - color contains mainly: green. Hex color #383A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A2D is #C7C5D2. Grayscale: #373737. Windows color (decimal): -13092307 or 2964024. OLE color: 2964024.

HSL color Cylindrical-coordinate representation of color #383A2D: hue angle of 69.23º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #383A2D is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB565845-
CMYK0.0300.220.77
HSL69.23º12.62%20.2%-
HSV(B)69.23º22.41%22.75%-
XYZ3.624.063.07-
YUV55.92121.84128.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 58 (23.05% from 255) = 36.48%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=35.22%
G=36.48%
B=28.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5658450.0300.220.7769.2312.6220.2
Hex383A2D30164D45d14
Octal70725530261151051524
Binary1110001110101011011101011010011011000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383A2D; }

 p { color: rgb(56,58,45); }

 H1.HeaderClassName
 {
   color: #383A2D;
 }
 .AnyTagClassName
 {
   color: #383A2D;
 }
</style>
background-color css

<style>
 a { background-color: #383A2D; }

 a { background-color: rgb(56,58,45); }

 div.DivClassName
 {
   background-color: #383A2D;
 }
 .BgClassName
 {
   background-color: #383A2D;
 }
</style>
border-color css

<style>
 span { border-color: #383A2D; }

 span { border-color: rgb(56,58,45); }

 td.TdClassName
 {
   border-color: #383A2D;
 }
 .TagClassName
 {
   border-color: #383A2D;
 }
</style>