Html Css Color HEX #2A4249 Green Vogue

📋 copy color: '#2A4249'

red 42 ◦ green 66 ◦ blue 73

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

Shades of Green Vogue #2A4249

Tints of Green Vogue #2A4249

RGB

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

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

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

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

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2A4249 (or 0x2A4249) is known color: Green Vogue. HEX triplet: 2A, 42 and 49. RGB value is (42,66,73). Sum of RGB (Red+Green+Blue) = 42+66+73=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A4249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4249 is #D5BDB6. Grayscale: #3B3B3B. Windows color (decimal): -14007735 or 4801066. OLE color: 4801066.

HSL color Cylindrical-coordinate representation of color #2A4249: hue angle of 193.55º 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 #2A4249 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 42 66 73 -
CMYK 0.42 0.10 0 0.71
HSL 193.55º 0.27% 0.23% -
HSV(B) 193.55º 0.42% 0.29% -
XYZ 4.11 4.87 7.03 -
YUV 59.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 42 66 73 0.42 0.10 0 0.71 193.55 0.27 0.23
Hex 2A 42 49 2A A 0 47 C2 1B 17
Octal 52 102 111 52 12 0 107 302 33 27
Binary 101010 1000010 1001001 101010 1010 0 1000111 11000010 11011 10111

Color Harmonies of #2A4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4249

Black with #2A4249

Text Example


Text Example

White with #2A4249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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