Html Css Color HEX #2C4942 Gable Green

📋 copy color: '#2C4942'

red 44 ◦ green 73 ◦ blue 66

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

Shades of Gable Green #2C4942

Tints of Gable Green #2C4942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.89%

 BLUE value IS 66 (26.17% from 255) = 36.07%

R = 24.04%
G = 39.89%
B = 36.07%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#2C4942 (or 0x2C4942) is known color: Gable Green. HEX triplet: 2C, 49 and 42. RGB value is (44,73,66). Sum of RGB (Red+Green+Blue) = 44+73+66=183 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.04% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #2C4942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4942 is #D3B6BD. Grayscale: #3F3F3F. Windows color (decimal): -13874878 or 4344108. OLE color: 4344108.

HSL color Cylindrical-coordinate representation of color #2C4942: hue angle of 165.52º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2C4942 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 44 73 66 -
CMYK 0.40 0 0.10 0.71
HSL 165.52º 0.25% 0.23% -
HSV(B) 165.52º 0.4% 0.29% -
XYZ 4.4 5.69 6.02 -
YUV 63.53 129.39 114.07 -
System Red Green Blue C M Y K H S L
Decimal 44 73 66 0.40 0 0.10 0.71 165.52 0.25 0.23
Hex 2C 49 42 28 0 A 47 A6 19 17
Octal 54 111 102 50 0 12 107 246 31 27
Binary 101100 1001001 1000010 101000 0 1010 1000111 10100110 11001 10111

Color Harmonies of #2C4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4942

Black with #2C4942

Text Example


Text Example

White with #2C4942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,73,66); }

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

background-color css

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

 a { background-color: rgb(44,73,66); }

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

border-color css

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

 span { border-color: rgb(44,73,66); }

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