Html Css Color HEX #2B5837 Goblin

📋 copy color: '#2B5837'

red 43 ◦ green 88 ◦ blue 55

#2B5837
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goblin #2B5837

Tints of Goblin #2B5837

RGB

 RED value IS 43 (17.19% from 255) = 23.12%

 GREEN value IS 88 (34.77% from 255) = 47.31%

 BLUE value IS 55 (21.88% from 255) = 29.57%

R = 23.12%
G = 47.31%
B = 29.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#2B5837 (or 0x2B5837) is known color: Goblin. HEX triplet: 2B, 58 and 37. RGB value is (43,88,55). Sum of RGB (Red+Green+Blue) = 43+88+55=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 88 - color contains mainly: green. Hex color #2B5837 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5837 is #D4A7C8. Grayscale: #464646. Windows color (decimal): -13936585 or 3627051. OLE color: 3627051.

HSL color Cylindrical-coordinate representation of color #2B5837: hue angle of 136º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B5837 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 88 55 -
CMYK 0.51 0 0.38 0.65
HSL 136º 0.34% 0.26% -
HSV(B) 136º 0.51% 0.35% -
XYZ 5.18 7.77 4.84 -
YUV 70.78 119.09 108.18 -
System Red Green Blue C M Y K H S L
Decimal 43 88 55 0.51 0 0.38 0.65 136 0.34 0.26
Hex 2B 58 37 33 0 26 41 88 22 1A
Octal 53 130 67 63 0 46 101 210 42 32
Binary 101011 1011000 110111 110011 0 100110 1000001 10001000 100010 11010

Color Harmonies of #2B5837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5837

Black with #2B5837

Text Example


Text Example

White with #2B5837

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,88,55); }

 H1.HeaderClassName
 {
   color: #2B5837;
 }
 .AnyTagClassName
 {
   color: #2B5837;
 }
</style>

background-color css

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

 a { background-color: rgb(43,88,55); }

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

border-color css

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

 span { border-color: rgb(43,88,55); }

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