Html Css Color HEX #294348 Green Vogue

📋 copy color: '#294348'

red 41 ◦ green 67 ◦ blue 72

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

Shades of Green Vogue #294348

Tints of Green Vogue #294348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.22%

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

R = 22.78%
G = 37.22%
B = 40%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#294348 (or 0x294348) is known color: Green Vogue. HEX triplet: 29, 43 and 48. RGB value is (41,67,72). Sum of RGB (Red+Green+Blue) = 41+67+72=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #294348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294348 is #D6BCB7. Grayscale: #3B3B3B. Windows color (decimal): -14073016 or 4735785. OLE color: 4735785.

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

Color convert

RGB 41 67 72 -
CMYK 0.43 0.07 0 0.72
HSL 189.68º 0.27% 0.22% -
HSV(B) 189.68º 0.43% 0.28% -
XYZ 4.09 4.95 6.87 -
YUV 59.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 41 67 72 0.43 0.07 0 0.72 189.68 0.27 0.22
Hex 29 43 48 2B 7 0 48 BE 1B 16
Octal 51 103 110 53 7 0 110 276 33 26
Binary 101001 1000011 1001000 101011 111 0 1001000 10111110 11011 10110

Color Harmonies of #294348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294348

Black with #294348

Text Example


Text Example

White with #294348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294348; }

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

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

background-color css

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

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

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

border-color css

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

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

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