#2B5E3A

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

Shades of Goblin #2B5E3A

Tints of Goblin #2B5E3A

Color information

#2B5E3A (or 0x2B5E3A) is unknown color: approx Goblin. HEX triplet: 2B, 5E and 3A. RGB value is (43,94,58). Sum of RGB (Red+Green+Blue) = 43+94+58=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 94 (37.11% from 255 or 48.21% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 94 - color contains mainly: green. Hex color #2B5E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5E3A is #D4A1C5. Grayscale: #4A4A4A. Windows color (decimal): -13935046 or 3825195. OLE color: 3825195.

HSL color Cylindrical-coordinate representation of color #2B5E3A: hue angle of 137.65º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B5E3A is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB439458-
CMYK0.5400.380.63
HSL137.65º37.23%26.86%-
HSV(B)137.65º54.26%36.86%-
XYZ5.768.825.4-
YUV74.65118.6105.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.05%
GREEN value IS 94 (37.11% from 255) = 48.21%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=22.05%
G=48.21%
B=29.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4394580.5400.380.63137.6537.2326.86
Hex2B5E3A360263F8a251b
Octal531367266046772124533
Binary101011101111011101011011001001101111111000101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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