#2E3D36

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

Shades of Celtic #2E3D36

Tints of Celtic #2E3D36

Color information

#2E3D36 (or 0x2E3D36) is unknown color: approx Celtic. HEX triplet: 2E, 3D and 36. RGB value is (46,61,54). Sum of RGB (Red+Green+Blue) = 46+61+54=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 61 - color contains mainly: green. Hex color #2E3D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3D36 is #D1C2C9. Grayscale: #373737. Windows color (decimal): -13746890 or 3554606. OLE color: 3554606.

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

Color convert

RGB466154-
CMYK0.2500.110.76
HSL152º14.02%20.98%-
HSV(B)152º24.59%23.92%-
XYZ3.464.184.12-
YUV55.72127.03121.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.57%
GREEN value IS 61 (24.22% from 255) = 37.89%
BLUE value IS 54 (21.48% from 255) = 33.54%
R=28.57%
G=37.89%
B=33.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4661540.2500.110.7615214.0220.98
Hex2E3D36190B4C98e15
Octal567566310131142301625
Binary1011101111011101101100101011100110010011000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,61,54); }

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

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

 a { background-color: rgb(46,61,54); }

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

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

 span { border-color: rgb(46,61,54); }

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