Html Css Color HEX #2C524A Gable Green

📋 copy color: '#2C524A'

red 44 ◦ green 82 ◦ blue 74

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

Shades of Gable Green #2C524A

Tints of Gable Green #2C524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41%

 BLUE value IS 74 (29.3% from 255) = 37%

R = 22%
G = 41%
B = 37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#2C524A (or 0x2C524A) is known color: Gable Green. HEX triplet: 2C, 52 and 4A. RGB value is (44,82,74). Sum of RGB (Red+Green+Blue) = 44+82+74=200 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #2C524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C524A is #D3ADB5. Grayscale: #454545. Windows color (decimal): -13872566 or 4870700. OLE color: 4870700.

HSL color Cylindrical-coordinate representation of color #2C524A: hue angle of 167.37º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C524A is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 44 82 74 -
CMYK 0.46 0 0.10 0.68
HSL 167.37º 0.3% 0.25% -
HSV(B) 167.37º 0.46% 0.32% -
XYZ 5.29 7.06 7.56 -
YUV 69.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 44 82 74 0.46 0 0.10 0.68 167.37 0.3 0.25
Hex 2C 52 4A 2E 0 A 44 A7 1E 19
Octal 54 122 112 56 0 12 104 247 36 31
Binary 101100 1010010 1001010 101110 0 1010 1000100 10100111 11110 11001

Color Harmonies of #2C524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C524A

Black with #2C524A

Text Example


Text Example

White with #2C524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,82,74); }

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

background-color css

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

 a { background-color: rgb(44,82,74); }

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

border-color css

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

 span { border-color: rgb(44,82,74); }

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