#2B5134

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

Shades of Goblin #2B5134

Tints of Goblin #2B5134

Color information

#2B5134 (or 0x2B5134) is unknown color: approx Goblin. HEX triplet: 2B, 51 and 34. RGB value is (43,81,52). Sum of RGB (Red+Green+Blue) = 43+81+52=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #2B5134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5134 is #D4AECB. Grayscale: #424242. Windows color (decimal): -13938380 or 3428651. OLE color: 3428651.

HSL color Cylindrical-coordinate representation of color #2B5134: hue angle of 134.21º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B5134 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB438152-
CMYK0.4700.360.68
HSL134.21º30.65%24.31%-
HSV(B)134.21º46.91%31.76%-
XYZ4.566.654.29-
YUV66.33119.91111.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.43%
GREEN value IS 81 (32.03% from 255) = 46.02%
BLUE value IS 52 (20.70% from 255) = 29.55%
R=24.43%
G=46.02%
B=29.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4381520.4700.360.68134.2130.6524.31
Hex2B51342F02444861f18
Octal5312164570441042063730
Binary101011101000111010010111101001001000100100001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,81,52); }

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

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

 a { background-color: rgb(43,81,52); }

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

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

 span { border-color: rgb(43,81,52); }

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