#2C5536

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

Shades of Goblin #2C5536

Tints of Goblin #2C5536

Color information

#2C5536 (or 0x2C5536) is unknown color: approx Goblin. HEX triplet: 2C, 55 and 36. RGB value is (44,85,54). Sum of RGB (Red+Green+Blue) = 44+85+54=183 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.04% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #2C5536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5536 is #D3AAC9. Grayscale: #454545. Windows color (decimal): -13871818 or 3560748. OLE color: 3560748.

HSL color Cylindrical-coordinate representation of color #2C5536: hue angle of 134.63º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C5536 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB448554-
CMYK0.4800.360.67
HSL134.63º31.78%25.29%-
HSV(B)134.63º48.24%33.33%-
XYZ4.957.34.64-
YUV69.21119.42110.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.04%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 54 (21.48% from 255) = 29.51%
R=24.04%
G=46.45%
B=29.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4485540.4800.360.67134.6331.7825.29
Hex2C55363002443872019
Octal5412566600441032074031
Binary1011001010101110110110000010010010000111000011110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,85,54); }

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

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

 a { background-color: rgb(44,85,54); }

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

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

 span { border-color: rgb(44,85,54); }

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