#2D5335

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

Shades of Goblin #2D5335

Tints of Goblin #2D5335

Color information

#2D5335 (or 0x2D5335) is unknown color: approx Goblin. HEX triplet: 2D, 53 and 35. RGB value is (45,83,53). Sum of RGB (Red+Green+Blue) = 45+83+53=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #2D5335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5335 is #D2ACCA. Grayscale: #444444. Windows color (decimal): -13806795 or 3494701. OLE color: 3494701.

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

Color convert

RGB458353-
CMYK0.4600.360.67
HSL132.63º29.69%25.1%-
HSV(B)132.63º45.78%32.55%-
XYZ4.8274.47-
YUV68.22119.41111.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.86%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 53 (21.09% from 255) = 29.28%
R=24.86%
G=45.86%
B=29.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4583530.4600.360.67132.6329.6925.1
Hex2D53352E02443851e19
Octal5512365560441032053631
Binary101101101001111010110111001001001000011100001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,83,53); }

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

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

 a { background-color: rgb(45,83,53); }

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

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

 span { border-color: rgb(45,83,53); }

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