Html Css Color HEX #2B5937 Goblin

📋 copy color: '#2B5937'

red 43 ◦ green 89 ◦ blue 55

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

Shades of Goblin #2B5937

Tints of Goblin #2B5937

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.59%

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

R = 22.99%
G = 47.59%
B = 29.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#2B5937 (or 0x2B5937) is known color: Goblin. HEX triplet: 2B, 59 and 37. RGB value is (43,89,55). Sum of RGB (Red+Green+Blue) = 43+89+55=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #2B5937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5937 is #D4A6C8. Grayscale: #474747. Windows color (decimal): -13936329 or 3627307. OLE color: 3627307.

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

Color convert

RGB 43 89 55 -
CMYK 0.52 0 0.38 0.65
HSL 135.65º 0.35% 0.26% -
HSV(B) 135.65º 0.52% 0.35% -
XYZ 5.26 7.93 4.87 -
YUV 71.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 43 89 55 0.52 0 0.38 0.65 135.65 0.35 0.26
Hex 2B 59 37 34 0 26 41 88 23 1A
Octal 53 131 67 64 0 46 101 210 43 32
Binary 101011 1011001 110111 110100 0 100110 1000001 10001000 100011 11010

Color Harmonies of #2B5937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5937

Black with #2B5937

Text Example


Text Example

White with #2B5937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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