#2A4138

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

Shades of Celtic #2A4138

Tints of Celtic #2A4138

Color information

#2A4138 (or 0x2A4138) is unknown color: approx Celtic. HEX triplet: 2A, 41 and 38. RGB value is (42,65,56). Sum of RGB (Red+Green+Blue) = 42+65+56=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 65 - color contains mainly: green. Hex color #2A4138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4138 is #D5BEC7. Grayscale: #393939. Windows color (decimal): -14008008 or 3686698. OLE color: 3686698.

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

Color convert

RGB426556-
CMYK0.3500.140.75
HSL156.52º21.5%20.98%-
HSV(B)156.52º35.38%25.49%-
XYZ3.564.564.43-
YUV57.1127.38117.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.77%
GREEN value IS 65 (25.78% from 255) = 39.88%
BLUE value IS 56 (22.27% from 255) = 34.36%
R=25.77%
G=39.88%
B=34.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4265560.3500.140.75156.5221.520.98
Hex2A4138230E4B9d1515
Octal5210170430161132352525
Binary1010101000001111000100011011101001011100111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,65,56); }

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

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

 a { background-color: rgb(42,65,56); }

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

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

 span { border-color: rgb(42,65,56); }

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