#2B5737

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

Shades of Goblin #2B5737

Tints of Goblin #2B5737

Color information

#2B5737 (or 0x2B5737) is unknown color: approx Goblin. HEX triplet: 2B, 57 and 37. RGB value is (43,87,55). Sum of RGB (Red+Green+Blue) = 43+87+55=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 87 (34.38% from 255 or 47.03% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 87 - color contains mainly: green. Hex color #2B5737 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5737 is #D4A8C8. Grayscale: #464646. Windows color (decimal): -13936841 or 3626795. OLE color: 3626795.

HSL color Cylindrical-coordinate representation of color #2B5737: hue angle of 136.36º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B5737 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB438755-
CMYK0.5100.370.66
HSL136.36º33.85%25.49%-
HSV(B)136.36º50.57%34.12%-
XYZ5.097.614.81-
YUV70.2119.42108.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.24%
GREEN value IS 87 (34.38% from 255) = 47.03%
BLUE value IS 55 (21.88% from 255) = 29.73%
R=23.24%
G=47.03%
B=29.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4387550.5100.370.66136.3633.8525.49
Hex2B57373302542882219
Octal5312767630451022104231
Binary1010111010111110111110011010010110000101000100010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,87,55); }

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

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

 a { background-color: rgb(43,87,55); }

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

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

 span { border-color: rgb(43,87,55); }

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