#2E3F39

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

Shades of Celtic #2E3F39

Tints of Celtic #2E3F39

Color information

#2E3F39 (or 0x2E3F39) is unknown color: approx Celtic. HEX triplet: 2E, 3F and 39. RGB value is (46,63,57). Sum of RGB (Red+Green+Blue) = 46+63+57=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 63 - color contains mainly: green. Hex color #2E3F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F39 is #D1C0C6. Grayscale: #393939. Windows color (decimal): -13746375 or 3751726. OLE color: 3751726.

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

Color convert

RGB466357-
CMYK0.2700.100.75
HSL158.82º15.6%21.37%-
HSV(B)158.82º26.98%24.71%-
XYZ3.644.434.53-
YUV57.23127.87119.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.71%
GREEN value IS 63 (25% from 255) = 37.95%
BLUE value IS 57 (22.66% from 255) = 34.34%
R=27.71%
G=37.95%
B=34.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4663570.2700.100.75158.8215.621.37
Hex2E3F391B0A4B9f1015
Octal567771330121132372025
Binary10111011111111100111011010101001011100111111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,63,57); }

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

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

 a { background-color: rgb(46,63,57); }

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

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

 span { border-color: rgb(46,63,57); }

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