#2D4137

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

Shades of Celtic #2D4137

Tints of Celtic #2D4137

Color information

#2D4137 (or 0x2D4137) is unknown color: approx Celtic. HEX triplet: 2D, 41 and 37. RGB value is (45,65,55). Sum of RGB (Red+Green+Blue) = 45+65+55=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4137 is #D2BEC8. Grayscale: #393939. Windows color (decimal): -13811401 or 3621165. OLE color: 3621165.

HSL color Cylindrical-coordinate representation of color #2D4137: hue angle of 150º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2D4137 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB456555-
CMYK0.3100.150.75
HSL150º18.18%21.57%-
HSV(B)150º30.77%25.49%-
XYZ3.664.614.31-
YUV57.88126.37118.81-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.27%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 55 (21.88% from 255) = 33.33%
R=27.27%
G=39.39%
B=33.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4565550.3100.150.7515018.1821.57
Hex2D41371F0F4B961216
Octal5510167370171132262226
Binary101101100000111011111111011111001011100101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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