#2B5F3B

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

Shades of Goblin #2B5F3B

Tints of Goblin #2B5F3B

Color information

#2B5F3B (or 0x2B5F3B) is unknown color: approx Goblin. HEX triplet: 2B, 5F and 3B. RGB value is (43,95,59). Sum of RGB (Red+Green+Blue) = 43+95+59=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #2B5F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5F3B is #D4A0C4. Grayscale: #4B4B4B. Windows color (decimal): -13934789 or 3890987. OLE color: 3890987.

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

Color convert

RGB439559-
CMYK0.5500.380.63
HSL138.46º37.68%27.06%-
HSV(B)138.46º54.74%37.25%-
XYZ5.889.015.57-
YUV75.35118.77104.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.83%
GREEN value IS 95 (37.5% from 255) = 48.22%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=21.83%
G=48.22%
B=29.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4395590.5500.380.63138.4637.6827.06
Hex2B5F3B370263F8a261b
Octal531377367046772124633
Binary101011101111111101111011101001101111111000101010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,95,59); }

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

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

 a { background-color: rgb(43,95,59); }

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

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

 span { border-color: rgb(43,95,59); }

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