Html Css Color HEX #294148 Green Vogue

📋 copy color: '#294148'

red 41 ◦ green 65 ◦ blue 72

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

Shades of Green Vogue #294148

Tints of Green Vogue #294148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40.45%

R = 23.03%
G = 36.52%
B = 40.45%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#294148 (or 0x294148) is known color: Green Vogue. HEX triplet: 29, 41 and 48. RGB value is (41,65,72). Sum of RGB (Red+Green+Blue) = 41+65+72=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 72 - color contains mainly: blue. Hex color #294148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294148 is #D6BEB7. Grayscale: #3A3A3A. Windows color (decimal): -14073528 or 4735273. OLE color: 4735273.

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

Color convert

RGB 41 65 72 -
CMYK 0.43 0.10 0 0.72
HSL 193.55º 0.27% 0.22% -
HSV(B) 193.55º 0.43% 0.28% -
XYZ 3.97 4.72 6.83 -
YUV 58.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 41 65 72 0.43 0.10 0 0.72 193.55 0.27 0.22
Hex 29 41 48 2B A 0 48 C2 1B 16
Octal 51 101 110 53 12 0 110 302 33 26
Binary 101001 1000001 1001000 101011 1010 0 1001000 11000010 11011 10110

Color Harmonies of #294148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294148

Black with #294148

Text Example


Text Example

White with #294148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294148; }

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

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

background-color css

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

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

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

border-color css

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

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

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