Html Css Color HEX #294440 Gable Green

📋 copy color: '#294440'

red 41 ◦ green 68 ◦ blue 64

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

Shades of Gable Green #294440

Tints of Gable Green #294440

RGB

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

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

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

R = 23.7%
G = 39.31%
B = 36.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#294440 (or 0x294440) is known color: Gable Green. HEX triplet: 29, 44 and 40. RGB value is (41,68,64). Sum of RGB (Red+Green+Blue) = 41+68+64=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 68 - color contains mainly: green. Hex color #294440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294440 is #D6BBBF. Grayscale: #3B3B3B. Windows color (decimal): -14072768 or 4211753. OLE color: 4211753.

HSL color Cylindrical-coordinate representation of color #294440: hue angle of 171.11º 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 #294440 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 68 64 -
CMYK 0.40 0 0.06 0.73
HSL 171.11º 0.25% 0.21% -
HSV(B) 171.11º 0.4% 0.27% -
XYZ 3.91 4.98 5.6 -
YUV 59.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 41 68 64 0.40 0 0.06 0.73 171.11 0.25 0.21
Hex 29 44 40 28 0 6 49 AB 19 15
Octal 51 104 100 50 0 6 111 253 31 25
Binary 101001 1000100 1000000 101000 0 110 1001001 10101011 11001 10101

Color Harmonies of #294440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294440

Black with #294440

Text Example


Text Example

White with #294440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294440; }

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

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

background-color css

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

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

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

border-color css

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

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

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