Html Css Color HEX #294147 Green Vogue

📋 copy color: '#294147'

red 41 ◦ green 65 ◦ blue 71

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

Shades of Green Vogue #294147

Tints of Green Vogue #294147

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.72%

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

R = 23.16%
G = 36.72%
B = 40.11%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#294147 (or 0x294147) is known color: Green Vogue. HEX triplet: 29, 41 and 47. RGB value is (41,65,71). Sum of RGB (Red+Green+Blue) = 41+65+71=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 71 - color contains mainly: blue. Hex color #294147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294147 is #D6BEB8. Grayscale: #3A3A3A. Windows color (decimal): -14073529 or 4669737. OLE color: 4669737.

HSL color Cylindrical-coordinate representation of color #294147: hue angle of 192º 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 #294147 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 65 71 -
CMYK 0.42 0.08 0 0.72
HSL 192º 0.27% 0.22% -
HSV(B) 192º 0.42% 0.28% -
XYZ 3.94 4.71 6.66 -
YUV 58.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 41 65 71 0.42 0.08 0 0.72 192 0.27 0.22
Hex 29 41 47 2A 8 0 48 C0 1B 16
Octal 51 101 107 52 10 0 110 300 33 26
Binary 101001 1000001 1000111 101010 1000 0 1001000 11000000 11011 10110

Color Harmonies of #294147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294147

Black with #294147

Text Example


Text Example

White with #294147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294147; }

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

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

background-color css

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

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

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

border-color css

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

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

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