#2B5B3A

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

Shades of Goblin #2B5B3A

Tints of Goblin #2B5B3A

Color information

#2B5B3A (or 0x2B5B3A) is unknown color: approx Goblin. HEX triplet: 2B, 5B and 3A. RGB value is (43,91,58). Sum of RGB (Red+Green+Blue) = 43+91+58=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #2B5B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5B3A is #D4A4C5. Grayscale: #484848. Windows color (decimal): -13935814 or 3824427. OLE color: 3824427.

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

Color convert

RGB439158-
CMYK0.5300.360.64
HSL138.75º35.82%26.27%-
HSV(B)138.75º52.75%35.69%-
XYZ5.58.35.32-
YUV72.89119.6106.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.40%
GREEN value IS 91 (35.94% from 255) = 47.40%
BLUE value IS 58 (23.05% from 255) = 30.21%
R=22.40%
G=47.40%
B=30.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4391580.5300.360.64138.7535.8226.27
Hex2B5B3A35024408b241a
Octal5313372650441002134432
Binary1010111011011111010110101010010010000001000101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,91,58); }

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

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

 a { background-color: rgb(43,91,58); }

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

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

 span { border-color: rgb(43,91,58); }

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