#2B5034

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

Shades of Goblin #2B5034

Tints of Goblin #2B5034

Color information

#2B5034 (or 0x2B5034) is unknown color: approx Goblin. HEX triplet: 2B, 50 and 34. RGB value is (43,80,52). Sum of RGB (Red+Green+Blue) = 43+80+52=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #2B5034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5034 is #D4AFCB. Grayscale: #414141. Windows color (decimal): -13938636 or 3428395. OLE color: 3428395.

HSL color Cylindrical-coordinate representation of color #2B5034: hue angle of 134.59º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B5034 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB438052-
CMYK0.4600.350.69
HSL134.59º30.08%24.12%-
HSV(B)134.59º46.25%31.37%-
XYZ4.486.54.27-
YUV65.74120.24111.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.57%
GREEN value IS 80 (31.64% from 255) = 45.71%
BLUE value IS 52 (20.70% from 255) = 29.71%
R=24.57%
G=45.71%
B=29.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4380520.4600.350.69134.5930.0824.12
Hex2B50342E02345871e18
Octal5312064560431052073630
Binary101011101000011010010111001000111000101100001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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