Html Css Color HEX #294542 Gable Green

📋 copy color: '#294542'

red 41 ◦ green 69 ◦ blue 66

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

Shades of Gable Green #294542

Tints of Gable Green #294542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.2%

 BLUE value IS 66 (26.17% from 255) = 37.5%

R = 23.3%
G = 39.2%
B = 37.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#294542 (or 0x294542) is known color: Gable Green. HEX triplet: 29, 45 and 42. RGB value is (41,69,66). Sum of RGB (Red+Green+Blue) = 41+69+66=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 69 - color contains mainly: green. Hex color #294542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294542 is #D6BABD. Grayscale: #3C3C3C. Windows color (decimal): -14072510 or 4343081. OLE color: 4343081.

HSL color Cylindrical-coordinate representation of color #294542: hue angle of 173.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #294542 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 69 66 -
CMYK 0.41 0 0.04 0.73
HSL 173.57º 0.25% 0.22% -
HSV(B) 173.57º 0.41% 0.27% -
XYZ 4.03 5.12 5.93 -
YUV 60.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 41 69 66 0.41 0 0.04 0.73 173.57 0.25 0.22
Hex 29 45 42 29 0 4 49 AE 19 16
Octal 51 105 102 51 0 4 111 256 31 26
Binary 101001 1000101 1000010 101001 0 100 1001001 10101110 11001 10110

Color Harmonies of #294542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294542

Black with #294542

Text Example


Text Example

White with #294542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294542; }

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

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

background-color css

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

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

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

border-color css

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

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

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