Html Css Color HEX #2C5538 Goblin

📋 copy color: '#2C5538'

red 44 ◦ green 85 ◦ blue 56

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

Shades of Goblin #2C5538

Tints of Goblin #2C5538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 30.27%

R = 23.78%
G = 45.95%
B = 30.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#2C5538 (or 0x2C5538) is known color: Goblin. HEX triplet: 2C, 55 and 38. RGB value is (44,85,56). Sum of RGB (Red+Green+Blue) = 44+85+56=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #2C5538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5538 is #D3AAC7. Grayscale: #454545. Windows color (decimal): -13871816 or 3691820. OLE color: 3691820.

HSL color Cylindrical-coordinate representation of color #2C5538: hue angle of 137.56º 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 #2C5538 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 85 56 -
CMYK 0.48 0 0.34 0.67
HSL 137.56º 0.32% 0.25% -
HSV(B) 137.56º 0.48% 0.33% -
XYZ 5 7.32 4.89 -
YUV 69.44 120.42 109.86 -
System Red Green Blue C M Y K H S L
Decimal 44 85 56 0.48 0 0.34 0.67 137.56 0.32 0.25
Hex 2C 55 38 30 0 22 43 8A 20 19
Octal 54 125 70 60 0 42 103 212 40 31
Binary 101100 1010101 111000 110000 0 100010 1000011 10001010 100000 11001

Color Harmonies of #2C5538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5538

Black with #2C5538

Text Example


Text Example

White with #2C5538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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