#2B3731

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

Shades of Celtic #2B3731

Tints of Celtic #2B3731

Color information

#2B3731 (or 0x2B3731) is unknown color: approx Celtic. HEX triplet: 2B, 37 and 31. RGB value is (43,55,49). Sum of RGB (Red+Green+Blue) = 43+55+49=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 55 - color contains mainly: green. Hex color #2B3731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3731 is #D4C8CE. Grayscale: #323232. Windows color (decimal): -13945039 or 3225387. OLE color: 3225387.

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

Color convert

RGB435549-
CMYK0.2200.110.78
HSL150º12.24%19.22%-
HSV(B)150º21.82%21.57%-
XYZ2.923.473.42-
YUV50.73127.02122.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.25%
GREEN value IS 55 (21.88% from 255) = 37.41%
BLUE value IS 49 (19.53% from 255) = 33.33%
R=29.25%
G=37.41%
B=33.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4355490.2200.110.7815012.2419.22
Hex2B3731160B4E96c13
Octal536761260131162261423
Binary1010111101111100011011001011100111010010110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,55,49); }

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

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

 a { background-color: rgb(43,55,49); }

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

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

 span { border-color: rgb(43,55,49); }

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