#2C5137

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

Shades of Goblin #2C5137

Tints of Goblin #2C5137

Color information

#2C5137 (or 0x2C5137) is unknown color: approx Goblin. HEX triplet: 2C, 51 and 37. RGB value is (44,81,55). Sum of RGB (Red+Green+Blue) = 44+81+55=180 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.44% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 81 - color contains mainly: green. Hex color #2C5137 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5137 is #D3AEC8. Grayscale: #434343. Windows color (decimal): -13872841 or 3625260. OLE color: 3625260.

HSL color Cylindrical-coordinate representation of color #2C5137: hue angle of 137.84º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C5137 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB448155-
CMYK0.4600.320.68
HSL137.84º29.6%24.51%-
HSV(B)137.84º45.68%31.76%-
XYZ4.676.74.66-
YUV66.97121.24111.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.44%
GREEN value IS 81 (32.03% from 255) = 45%
BLUE value IS 55 (21.88% from 255) = 30.56%
R=24.44%
G=45%
B=30.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4481550.4600.320.68137.8429.624.51
Hex2C51372E020448a1e19
Octal5412167560401042123631
Binary101100101000111011110111001000001000100100010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,81,55); }

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

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

 a { background-color: rgb(44,81,55); }

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

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

 span { border-color: rgb(44,81,55); }

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