Html Css Color HEX #2C4D47 Gable Green

📋 copy color: '#2C4D47'

red 44 ◦ green 77 ◦ blue 71

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

Shades of Gable Green #2C4D47

Tints of Gable Green #2C4D47

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.1%

 BLUE value IS 71 (28.13% from 255) = 36.98%

R = 22.92%
G = 40.1%
B = 36.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#2C4D47 (or 0x2C4D47) is known color: Gable Green. HEX triplet: 2C, 4D and 47. RGB value is (44,77,71). Sum of RGB (Red+Green+Blue) = 44+77+71=192 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.92% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 77 - color contains mainly: green. Hex color #2C4D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C4D47 is #D3B2B8. Grayscale: #424242. Windows color (decimal): -13873849 or 4672812. OLE color: 4672812.

HSL color Cylindrical-coordinate representation of color #2C4D47: hue angle of 169.09º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2C4D47 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB 44 77 71 -
CMYK 0.43 0 0.08 0.70
HSL 169.09º 0.27% 0.24% -
HSV(B) 169.09º 0.43% 0.3% -
XYZ 4.83 6.3 6.92 -
YUV 66.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 44 77 71 0.43 0 0.08 0.70 169.09 0.27 0.24
Hex 2C 4D 47 2B 0 8 46 A9 1B 18
Octal 54 115 107 53 0 10 106 251 33 30
Binary 101100 1001101 1000111 101011 0 1000 1000110 10101001 11011 11000

Color Harmonies of #2C4D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4D47

Black with #2C4D47

Text Example


Text Example

White with #2C4D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,77,71); }

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

background-color css

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

 a { background-color: rgb(44,77,71); }

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

border-color css

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

 span { border-color: rgb(44,77,71); }

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