Html Css Color HEX #294247 Green Vogue

📋 copy color: '#294247'

red 41 ◦ green 66 ◦ blue 71

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

Shades of Green Vogue #294247

Tints of Green Vogue #294247

RGB

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

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

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

R = 23.03%
G = 37.08%
B = 39.89%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#294247 (or 0x294247) is known color: Green Vogue. HEX triplet: 29, 42 and 47. RGB value is (41,66,71). Sum of RGB (Red+Green+Blue) = 41+66+71=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 71 - color contains mainly: blue. Hex color #294247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294247 is #D6BDB8. Grayscale: #3B3B3B. Windows color (decimal): -14073273 or 4669993. OLE color: 4669993.

HSL color Cylindrical-coordinate representation of color #294247: hue angle of 190º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #294247 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 66 71 -
CMYK 0.42 0.07 0 0.72
HSL 190º 0.27% 0.22% -
HSV(B) 190º 0.42% 0.28% -
XYZ 4 4.82 6.68 -
YUV 59.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 41 66 71 0.42 0.07 0 0.72 190 0.27 0.22
Hex 29 42 47 2A 7 0 48 BE 1B 16
Octal 51 102 107 52 7 0 110 276 33 26
Binary 101001 1000010 1000111 101010 111 0 1001000 10111110 11011 10110

Color Harmonies of #294247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294247

Black with #294247

Text Example


Text Example

White with #294247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294247; }

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

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

background-color css

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

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

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

border-color css

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

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

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