Html Css Color HEX #294240 Gable Green

📋 copy color: '#294240'

red 41 ◦ green 66 ◦ blue 64

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

Shades of Gable Green #294240

Tints of Gable Green #294240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.6%

 BLUE value IS 64 (25.39% from 255) = 37.43%

R = 23.98%
G = 38.6%
B = 37.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#294240 (or 0x294240) is known color: Gable Green. HEX triplet: 29, 42 and 40. RGB value is (41,66,64). Sum of RGB (Red+Green+Blue) = 41+66+64=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 66 - color contains mainly: green. Hex color #294240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294240 is #D6BDBF. Grayscale: #3A3A3A. Windows color (decimal): -14073280 or 4211241. OLE color: 4211241.

HSL color Cylindrical-coordinate representation of color #294240: hue angle of 175.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #294240 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 66 64 -
CMYK 0.38 0 0.03 0.74
HSL 175.2º 0.23% 0.21% -
HSV(B) 175.2º 0.38% 0.26% -
XYZ 3.79 4.74 5.57 -
YUV 58.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 41 66 64 0.38 0 0.03 0.74 175.2 0.23 0.21
Hex 29 42 40 26 0 3 4A AF 17 15
Octal 51 102 100 46 0 3 112 257 27 25
Binary 101001 1000010 1000000 100110 0 11 1001010 10101111 10111 10101

Color Harmonies of #294240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294240

Black with #294240

Text Example


Text Example

White with #294240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294240; }

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

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

background-color css

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

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

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

border-color css

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

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

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