#2D4037

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

Shades of Celtic #2D4037

Tints of Celtic #2D4037

Color information

#2D4037 (or 0x2D4037) is unknown color: approx Celtic. HEX triplet: 2D, 40 and 37. RGB value is (45,64,55). Sum of RGB (Red+Green+Blue) = 45+64+55=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 64 - color contains mainly: green. Hex color #2D4037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4037 is #D2BFC8. Grayscale: #393939. Windows color (decimal): -13811657 or 3620909. OLE color: 3620909.

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

Color convert

RGB456455-
CMYK0.3000.140.75
HSL151.58º17.43%21.37%-
HSV(B)151.58º29.69%25.1%-
XYZ3.614.54.29-
YUV57.29126.71119.23-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.44%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 55 (21.88% from 255) = 33.54%
R=27.44%
G=39.02%
B=33.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4564550.3000.140.75151.5817.4321.37
Hex2D40371E0E4B981115
Octal5510067360161132302125
Binary101101100000011011111110011101001011100110001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,64,55); }

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

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

 a { background-color: rgb(45,64,55); }

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

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

 span { border-color: rgb(45,64,55); }

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