#2D3A35

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

Shades of Celtic #2D3A35

Tints of Celtic #2D3A35

Color information

#2D3A35 (or 0x2D3A35) is unknown color: approx Celtic. HEX triplet: 2D, 3A and 35. RGB value is (45,58,53). Sum of RGB (Red+Green+Blue) = 45+58+53=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 58 - color contains mainly: green. Hex color #2D3A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3A35 is #D2C5CA. Grayscale: #353535. Windows color (decimal): -13813195 or 3488301. OLE color: 3488301.

HSL color Cylindrical-coordinate representation of color #2D3A35: hue angle of 156.92º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2D3A35 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.

Color convert

RGB455853-
CMYK0.2200.090.77
HSL156.92º12.62%20.2%-
HSV(B)156.92º22.41%22.75%-
XYZ3.243.843.94-
YUV53.54127.69121.91-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.85%
GREEN value IS 58 (23.05% from 255) = 37.18%
BLUE value IS 53 (21.09% from 255) = 33.97%
R=28.85%
G=37.18%
B=33.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4558530.2200.090.77156.9212.6220.2
Hex2D3A3516094D9dd14
Octal557265260111152351524
Binary1011011110101101011011001001100110110011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,58,53); }

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

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

 a { background-color: rgb(45,58,53); }

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

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

 span { border-color: rgb(45,58,53); }

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