#2B5C3A

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

Shades of Goblin #2B5C3A

Tints of Goblin #2B5C3A

Color information

#2B5C3A (or 0x2B5C3A) is unknown color: approx Goblin. HEX triplet: 2B, 5C and 3A. RGB value is (43,92,58). Sum of RGB (Red+Green+Blue) = 43+92+58=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5C3A is #D4A3C5. Grayscale: #494949. Windows color (decimal): -13935558 or 3824683. OLE color: 3824683.

HSL color Cylindrical-coordinate representation of color #2B5C3A: hue angle of 138.37º 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 #2B5C3A is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB439258-
CMYK0.5300.370.64
HSL138.37º36.3%26.47%-
HSV(B)138.37º53.26%36.08%-
XYZ5.598.475.34-
YUV73.47119.27106.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.28%
GREEN value IS 92 (36.33% from 255) = 47.67%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=22.28%
G=47.67%
B=30.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4392580.5300.370.64138.3736.326.47
Hex2B5C3A35025408a241a
Octal5313472650451002124432
Binary1010111011100111010110101010010110000001000101010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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