Html Css Color HEX #294441 Gable Green

📋 copy color: '#294441'

red 41 ◦ green 68 ◦ blue 65

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

Shades of Gable Green #294441

Tints of Gable Green #294441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.08%

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

R = 23.56%
G = 39.08%
B = 37.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#294441 (or 0x294441) is known color: Gable Green. HEX triplet: 29, 44 and 41. RGB value is (41,68,65). Sum of RGB (Red+Green+Blue) = 41+68+65=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 68 - color contains mainly: green. Hex color #294441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294441 is #D6BBBE. Grayscale: #3B3B3B. Windows color (decimal): -14072767 or 4277289. OLE color: 4277289.

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

Color convert

RGB 41 68 65 -
CMYK 0.40 0 0.04 0.73
HSL 173.33º 0.25% 0.21% -
HSV(B) 173.33º 0.4% 0.27% -
XYZ 3.94 4.99 5.76 -
YUV 59.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 41 68 65 0.40 0 0.04 0.73 173.33 0.25 0.21
Hex 29 44 41 28 0 4 49 AD 19 15
Octal 51 104 101 50 0 4 111 255 31 25
Binary 101001 1000100 1000001 101000 0 100 1001001 10101101 11001 10101

Color Harmonies of #294441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294441

Black with #294441

Text Example


Text Example

White with #294441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294441; }

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

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

background-color css

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

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

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

border-color css

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

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

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