#2C4138

Color #2C4138 Celtic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celtic #2C4138

Tints of Celtic #2C4138

Color information

#2C4138 (or 0x2C4138) is unknown color: approx Celtic. HEX triplet: 2C, 41 and 38. RGB value is (44,65,56). Sum of RGB (Red+Green+Blue) = 44+65+56=165 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.67% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #2C4138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4138 is #D3BEC7. Grayscale: #393939. Windows color (decimal): -13876936 or 3686700. OLE color: 3686700.

HSL color Cylindrical-coordinate representation of color #2C4138: hue angle of 154.29º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2C4138 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB446556-
CMYK0.3200.140.75
HSL154.29º19.27%21.37%-
HSV(B)154.29º32.31%25.49%-
XYZ3.644.64.44-
YUV57.7127.04118.23-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.67%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 56 (22.27% from 255) = 33.94%
R=26.67%
G=39.39%
B=33.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4465560.3200.140.75154.2919.2721.37
Hex2C4138200E4B9a1315
Octal5410170400161132322325
Binary1011001000001111000100000011101001011100110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C4138; }

 p { color: rgb(44,65,56); }

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

<style>
 a { background-color: #2C4138; }

 a { background-color: rgb(44,65,56); }

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

<style>
 span { border-color: #2C4138; }

 span { border-color: rgb(44,65,56); }

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