#2A4136

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

Shades of Celtic #2A4136

Tints of Celtic #2A4136

Color information

#2A4136 (or 0x2A4136) is unknown color: approx Celtic. HEX triplet: 2A, 41 and 36. RGB value is (42,65,54). Sum of RGB (Red+Green+Blue) = 42+65+54=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #2A4136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4136 is #D5BEC9. Grayscale: #383838. Windows color (decimal): -14008010 or 3555626. OLE color: 3555626.

HSL color Cylindrical-coordinate representation of color #2A4136: hue angle of 151.3º 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 #2A4136 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB426554-
CMYK0.3500.170.75
HSL151.3º21.5%20.98%-
HSV(B)151.3º35.38%25.49%-
XYZ3.514.544.18-
YUV56.87126.38117.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.09%
GREEN value IS 65 (25.78% from 255) = 40.37%
BLUE value IS 54 (21.48% from 255) = 33.54%
R=26.09%
G=40.37%
B=33.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4265540.3500.170.75151.321.520.98
Hex2A4136230114B971515
Octal5210166430211132272525
Binary10101010000011101101000110100011001011100101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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