Html Css Color HEX #2C5036 Goblin

📋 copy color: '#2C5036'

red 44 ◦ green 80 ◦ blue 54

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

Shades of Goblin #2C5036

Tints of Goblin #2C5036

RGB

 RED value IS 44 (17.58% from 255) = 24.72%

 GREEN value IS 80 (31.64% from 255) = 44.94%

 BLUE value IS 54 (21.48% from 255) = 30.34%

R = 24.72%
G = 44.94%
B = 30.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#2C5036 (or 0x2C5036) is known color: Goblin. HEX triplet: 2C, 50 and 36. RGB value is (44,80,54). Sum of RGB (Red+Green+Blue) = 44+80+54=178 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.72% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #2C5036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5036 is #D3AFC9. Grayscale: #424242. Windows color (decimal): -13873098 or 3559468. OLE color: 3559468.

HSL color Cylindrical-coordinate representation of color #2C5036: hue angle of 136.67º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C5036 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 44 80 54 -
CMYK 0.45 0 0.33 0.69
HSL 136.67º 0.29% 0.24% -
HSV(B) 136.67º 0.45% 0.31% -
XYZ 4.57 6.54 4.51 -
YUV 66.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 44 80 54 0.45 0 0.33 0.69 136.67 0.29 0.24
Hex 2C 50 36 2D 0 21 45 89 1D 18
Octal 54 120 66 55 0 41 105 211 35 30
Binary 101100 1010000 110110 101101 0 100001 1000101 10001001 11101 11000

Color Harmonies of #2C5036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5036

Black with #2C5036

Text Example


Text Example

White with #2C5036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,80,54); }

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

background-color css

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

 a { background-color: rgb(44,80,54); }

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

border-color css

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

 span { border-color: rgb(44,80,54); }

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