#2D603C

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

Shades of Goblin #2D603C

Tints of Goblin #2D603C

Color information

#2D603C (or 0x2D603C) is unknown color: approx Goblin. HEX triplet: 2D, 60 and 3C. RGB value is (45,96,60). Sum of RGB (Red+Green+Blue) = 45+96+60=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #2D603C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D603C is #D29FC3. Grayscale: #4C4C4C. Windows color (decimal): -13803460 or 3956781. OLE color: 3956781.

HSL color Cylindrical-coordinate representation of color #2D603C: hue angle of 137.65º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D603C is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB459660-
CMYK0.5300.380.62
HSL137.65º36.17%27.65%-
HSV(B)137.65º53.12%37.65%-
XYZ6.089.255.74-
YUV76.65118.6105.43-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.39%
GREEN value IS 96 (37.89% from 255) = 47.76%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=22.39%
G=47.76%
B=29.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4596600.5300.380.62137.6536.1727.65
Hex2D603C350263E8a241c
Octal551407465046762124434
Binary101101110000011110011010101001101111101000101010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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