#2A4438

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

Shades of Celtic #2A4438

Tints of Celtic #2A4438

Color information

#2A4438 (or 0x2A4438) is unknown color: approx Celtic. HEX triplet: 2A, 44 and 38. RGB value is (42,68,56). Sum of RGB (Red+Green+Blue) = 42+68+56=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 68 - color contains mainly: green. Hex color #2A4438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4438 is #D5BBC7. Grayscale: #3A3A3A. Windows color (decimal): -14007240 or 3687466. OLE color: 3687466.

HSL color Cylindrical-coordinate representation of color #2A4438: hue angle of 152.31º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2A4438 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB426856-
CMYK0.3800.180.73
HSL152.31º23.64%21.57%-
HSV(B)152.31º38.24%26.67%-
XYZ3.744.914.49-
YUV58.86126.39115.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.30%
GREEN value IS 68 (26.95% from 255) = 40.96%
BLUE value IS 56 (22.27% from 255) = 33.73%
R=25.30%
G=40.96%
B=33.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4268560.3800.180.73152.3123.6421.57
Hex2A44382601249981816
Octal5210470460221112303026
Binary10101010001001110001001100100101001001100110001100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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