Html Css Color HEX #2A4C47 Gable Green

📋 copy color: '#2A4C47'

red 42 ◦ green 76 ◦ blue 71

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

Shades of Gable Green #2A4C47

Tints of Gable Green #2A4C47

RGB

 RED value IS 42 (16.8% from 255) = 22.22%

 GREEN value IS 76 (30.08% from 255) = 40.21%

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

R = 22.22%
G = 40.21%
B = 37.57%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#2A4C47 (or 0x2A4C47) is known color: Gable Green. HEX triplet: 2A, 4C and 47. RGB value is (42,76,71). Sum of RGB (Red+Green+Blue) = 42+76+71=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #2A4C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4C47 is #D5B3B8. Grayscale: #414141. Windows color (decimal): -14005177 or 4672554. OLE color: 4672554.

HSL color Cylindrical-coordinate representation of color #2A4C47: hue angle of 171.18º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A4C47 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.

Color convert

RGB 42 76 71 -
CMYK 0.45 0 0.07 0.70
HSL 171.18º 0.29% 0.23% -
HSV(B) 171.18º 0.45% 0.3% -
XYZ 4.68 6.12 6.9 -
YUV 65.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 42 76 71 0.45 0 0.07 0.70 171.18 0.29 0.23
Hex 2A 4C 47 2D 0 7 46 AB 1D 17
Octal 52 114 107 55 0 7 106 253 35 27
Binary 101010 1001100 1000111 101101 0 111 1000110 10101011 11101 10111

Color Harmonies of #2A4C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4C47

Black with #2A4C47

Text Example


Text Example

White with #2A4C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,76,71); }

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

background-color css

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

 a { background-color: rgb(42,76,71); }

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

border-color css

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

 span { border-color: rgb(42,76,71); }

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