#2E4137

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

Shades of Celtic #2E4137

Tints of Celtic #2E4137

Color information

#2E4137 (or 0x2E4137) is unknown color: approx Celtic. HEX triplet: 2E, 41 and 37. RGB value is (46,65,55). Sum of RGB (Red+Green+Blue) = 46+65+55=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #2E4137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4137 is #D1BEC8. Grayscale: #3A3A3A. Windows color (decimal): -13745865 or 3621166. OLE color: 3621166.

HSL color Cylindrical-coordinate representation of color #2E4137: hue angle of 148.42º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E4137 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB466555-
CMYK0.2900.150.75
HSL148.42º17.12%21.76%-
HSV(B)148.42º29.23%25.49%-
XYZ3.714.644.31-
YUV58.18126.21119.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.71%
GREEN value IS 65 (25.78% from 255) = 39.16%
BLUE value IS 55 (21.88% from 255) = 33.13%
R=27.71%
G=39.16%
B=33.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4665550.2900.150.75148.4217.1221.76
Hex2E41371D0F4B941116
Octal5610167350171132242126
Binary101110100000111011111101011111001011100101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,65,55); }

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

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

 a { background-color: rgb(46,65,55); }

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

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

 span { border-color: rgb(46,65,55); }

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