Html Css Color HEX #294A45 Gable Green

📋 copy color: '#294A45'

red 41 ◦ green 74 ◦ blue 69

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

Shades of Gable Green #294A45

Tints of Gable Green #294A45

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40.22%

 BLUE value IS 69 (27.34% from 255) = 37.5%

R = 22.28%
G = 40.22%
B = 37.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#294A45 (or 0x294A45) is known color: Gable Green. HEX triplet: 29, 4A and 45. RGB value is (41,74,69). Sum of RGB (Red+Green+Blue) = 41+74+69=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 74 - color contains mainly: green. Hex color #294A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A45 is #D6B5BA. Grayscale: #3F3F3F. Windows color (decimal): -14071227 or 4540969. OLE color: 4540969.

HSL color Cylindrical-coordinate representation of color #294A45: hue angle of 170.91º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #294A45 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 74 69 -
CMYK 0.45 0 0.07 0.71
HSL 170.91º 0.29% 0.23% -
HSV(B) 170.91º 0.45% 0.29% -
XYZ 4.44 5.8 6.52 -
YUV 63.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 41 74 69 0.45 0 0.07 0.71 170.91 0.29 0.23
Hex 29 4A 45 2D 0 7 47 AB 1D 17
Octal 51 112 105 55 0 7 107 253 35 27
Binary 101001 1001010 1000101 101101 0 111 1000111 10101011 11101 10111

Color Harmonies of #294A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294A45

Black with #294A45

Text Example


Text Example

White with #294A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294A45; }

 p { color: rgb(41,74,69); }

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

background-color css

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

 a { background-color: rgb(41,74,69); }

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

border-color css

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

 span { border-color: rgb(41,74,69); }

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