Html Css Color HEX #294448 Green Vogue

📋 copy color: '#294448'

red 41 ◦ green 68 ◦ blue 72

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

Shades of Green Vogue #294448

Tints of Green Vogue #294448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.57%

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

R = 22.65%
G = 37.57%
B = 39.78%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#294448 (or 0x294448) is known color: Green Vogue. HEX triplet: 29, 44 and 48. RGB value is (41,68,72). Sum of RGB (Red+Green+Blue) = 41+68+72=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #294448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294448 is #D6BBB7. Grayscale: #3C3C3C. Windows color (decimal): -14072760 or 4736041. OLE color: 4736041.

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

Color convert

RGB 41 68 72 -
CMYK 0.43 0.06 0 0.72
HSL 187.74º 0.27% 0.22% -
HSV(B) 187.74º 0.43% 0.28% -
XYZ 4.15 5.07 6.89 -
YUV 60.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 41 68 72 0.43 0.06 0 0.72 187.74 0.27 0.22
Hex 29 44 48 2B 6 0 48 BC 1B 16
Octal 51 104 110 53 6 0 110 274 33 26
Binary 101001 1000100 1001000 101011 110 0 1001000 10111100 11011 10110

Color Harmonies of #294448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294448

Black with #294448

Text Example


Text Example

White with #294448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294448; }

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

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

background-color css

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

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

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

border-color css

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

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

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