#2D553C

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

Shades of Goblin #2D553C

Tints of Goblin #2D553C

Color information

#2D553C (or 0x2D553C) is unknown color: approx Goblin. HEX triplet: 2D, 55 and 3C. RGB value is (45,85,60). Sum of RGB (Red+Green+Blue) = 45+85+60=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #2D553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D553C is #D2AAC3. Grayscale: #464646. Windows color (decimal): -13806276 or 3953965. OLE color: 3953965.

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

Color convert

RGB458560-
CMYK0.4700.290.67
HSL142.5º30.77%25.49%-
HSV(B)142.5º47.06%33.33%-
XYZ5.157.385.43-
YUV70.19122.25110.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.68%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 60 (23.83% from 255) = 31.58%
R=23.68%
G=44.74%
B=31.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4585600.4700.290.67142.530.7725.49
Hex2D553C2F01D438e1f19
Octal5512574570351032163731
Binary10110110101011111001011110111011000011100011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,85,60); }

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

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

 a { background-color: rgb(45,85,60); }

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

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

 span { border-color: rgb(45,85,60); }

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