#2E3431

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

Shades of Celtic #2E3431

Tints of Celtic #2E3431

Color information

#2E3431 (or 0x2E3431) is unknown color: approx Celtic. HEX triplet: 2E, 34 and 31. RGB value is (46,52,49). Sum of RGB (Red+Green+Blue) = 46+52+49=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 52 - color contains mainly: green. Hex color #2E3431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3431 is #D1CBCE. Grayscale: #313131. Windows color (decimal): -13749199 or 3224622. OLE color: 3224622.

HSL color Cylindrical-coordinate representation of color #2E3431: hue angle of 150º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2E3431 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB465249-
CMYK0.1200.060.80
HSL150º6.12%19.22%-
HSV(B)150º11.54%20.39%-
XYZ2.913.263.38-
YUV49.86127.51125.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.29%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 49 (19.53% from 255) = 33.33%
R=31.29%
G=35.37%
B=33.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4652490.1200.060.801506.1219.22
Hex2E3431C065096613
Octal5664611406120226623
Binary1011101101001100011100011010100001001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,52,49); }

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

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

 a { background-color: rgb(46,52,49); }

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

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

 span { border-color: rgb(46,52,49); }

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