Html Css Color HEX #2C5536 Goblin

📋 copy color: '#2C5536'

red 44 ◦ green 85 ◦ blue 54

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

Shades of Goblin #2C5536

Tints of Goblin #2C5536

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.45%

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

R = 24.04%
G = 46.45%
B = 29.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#2C5536 (or 0x2C5536) is known color: Goblin. HEX triplet: 2C, 55 and 36. RGB value is (44,85,54). Sum of RGB (Red+Green+Blue) = 44+85+54=183 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.04% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #2C5536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5536 is #D3AAC9. Grayscale: #454545. Windows color (decimal): -13871818 or 3560748. OLE color: 3560748.

HSL color Cylindrical-coordinate representation of color #2C5536: hue angle of 134.63º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C5536 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 85 54 -
CMYK 0.48 0 0.36 0.67
HSL 134.63º 0.32% 0.25% -
HSV(B) 134.63º 0.48% 0.33% -
XYZ 4.95 7.3 4.64 -
YUV 69.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 44 85 54 0.48 0 0.36 0.67 134.63 0.32 0.25
Hex 2C 55 36 30 0 24 43 87 20 19
Octal 54 125 66 60 0 44 103 207 40 31
Binary 101100 1010101 110110 110000 0 100100 1000011 10000111 100000 11001

Color Harmonies of #2C5536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5536

Black with #2C5536

Text Example


Text Example

White with #2C5536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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