#2A3E38

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

Shades of Celtic #2A3E38

Tints of Celtic #2A3E38

Color information

#2A3E38 (or 0x2A3E38) is unknown color: approx Celtic. HEX triplet: 2A, 3E and 38. RGB value is (42,62,56). Sum of RGB (Red+Green+Blue) = 42+62+56=160 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.25% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 62 - color contains mainly: green. Hex color #2A3E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3E38 is #D5C1C7. Grayscale: #373737. Windows color (decimal): -14008776 or 3685930. OLE color: 3685930.

HSL color Cylindrical-coordinate representation of color #2A3E38: hue angle of 162º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2A3E38 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB426256-
CMYK0.3200.100.76
HSL162º19.23%20.39%-
HSV(B)162º32.26%24.31%-
XYZ3.394.224.38-
YUV55.34128.37118.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.25%
GREEN value IS 62 (24.61% from 255) = 38.75%
BLUE value IS 56 (22.27% from 255) = 35%
R=26.25%
G=38.75%
B=35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4262560.3200.100.7616219.2320.39
Hex2A3E38200A4Ca21314
Octal527670400121142422324
Binary101010111110111000100000010101001100101000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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