Html Css Color HEX #2A4942 Gable Green

📋 copy color: '#2A4942'

red 42 ◦ green 73 ◦ blue 66

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

Shades of Gable Green #2A4942

Tints of Gable Green #2A4942

RGB

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

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

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

R = 23.2%
G = 40.33%
B = 36.46%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#2A4942 (or 0x2A4942) is known color: Gable Green. HEX triplet: 2A, 49 and 42. RGB value is (42,73,66). Sum of RGB (Red+Green+Blue) = 42+73+66=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 73 - color contains mainly: green. Hex color #2A4942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4942 is #D5B6BD. Grayscale: #3E3E3E. Windows color (decimal): -14005950 or 4344106. OLE color: 4344106.

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

Color convert

RGB 42 73 66 -
CMYK 0.42 0 0.10 0.71
HSL 166.45º 0.27% 0.23% -
HSV(B) 166.45º 0.42% 0.29% -
XYZ 4.32 5.65 6.02 -
YUV 62.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 42 73 66 0.42 0 0.10 0.71 166.45 0.27 0.23
Hex 2A 49 42 2A 0 A 47 A6 1B 17
Octal 52 111 102 52 0 12 107 246 33 27
Binary 101010 1001001 1000010 101010 0 1010 1000111 10100110 11011 10111

Color Harmonies of #2A4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4942

Black with #2A4942

Text Example


Text Example

White with #2A4942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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