Html Css Color HEX #294249 Green Vogue

📋 copy color: '#294249'

red 41 ◦ green 66 ◦ blue 73

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

Shades of Green Vogue #294249

Tints of Green Vogue #294249

RGB

 RED value IS 41 (16.41% from 255) = 22.78%

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

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

R = 22.78%
G = 36.67%
B = 40.56%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#294249 (or 0x294249) is known color: Green Vogue. HEX triplet: 29, 42 and 49. RGB value is (41,66,73). Sum of RGB (Red+Green+Blue) = 41+66+73=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 73 - color contains mainly: blue. Hex color #294249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294249 is #D6BDB6. Grayscale: #3B3B3B. Windows color (decimal): -14073271 or 4801065. OLE color: 4801065.

HSL color Cylindrical-coordinate representation of color #294249: hue angle of 193.12º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #294249 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 66 73 -
CMYK 0.44 0.10 0 0.71
HSL 193.13º 0.28% 0.22% -
HSV(B) 193.13º 0.44% 0.29% -
XYZ 4.07 4.85 7.02 -
YUV 59.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 41 66 73 0.44 0.10 0 0.71 193.13 0.28 0.22
Hex 29 42 49 2C A 0 47 C1 1C 16
Octal 51 102 111 54 12 0 107 301 34 26
Binary 101001 1000010 1001001 101100 1010 0 1000111 11000001 11100 10110

Color Harmonies of #294249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294249

Black with #294249

Text Example


Text Example

White with #294249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294249; }

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

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

background-color css

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

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

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

border-color css

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

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

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