Html Css Color HEX #294741 Gable Green

📋 copy color: '#294741'

red 41 ◦ green 71 ◦ blue 65

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

Shades of Gable Green #294741

Tints of Gable Green #294741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.11%

 BLUE value IS 65 (25.78% from 255) = 36.72%

R = 23.16%
G = 40.11%
B = 36.72%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#294741 (or 0x294741) is known color: Gable Green. HEX triplet: 29, 47 and 41. RGB value is (41,71,65). Sum of RGB (Red+Green+Blue) = 41+71+65=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 71 - color contains mainly: green. Hex color #294741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294741 is #D6B8BE. Grayscale: #3D3D3D. Windows color (decimal): -14071999 or 4278057. OLE color: 4278057.

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

Color convert

RGB 41 71 65 -
CMYK 0.42 0 0.08 0.72
HSL 168º 0.27% 0.22% -
HSV(B) 168º 0.42% 0.28% -
XYZ 4.12 5.36 5.82 -
YUV 61.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 41 71 65 0.42 0 0.08 0.72 168 0.27 0.22
Hex 29 47 41 2A 0 8 48 A8 1B 16
Octal 51 107 101 52 0 10 110 250 33 26
Binary 101001 1000111 1000001 101010 0 1000 1001000 10101000 11011 10110

Color Harmonies of #294741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294741

Black with #294741

Text Example


Text Example

White with #294741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294741; }

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

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

background-color css

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

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

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

border-color css

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

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

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