Html Css Color HEX #294540 Gable Green

📋 copy color: '#294540'

red 41 ◦ green 69 ◦ blue 64

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

Shades of Gable Green #294540

Tints of Gable Green #294540

RGB

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

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

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

R = 23.56%
G = 39.66%
B = 36.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#294540 (or 0x294540) is known color: Gable Green. HEX triplet: 29, 45 and 40. RGB value is (41,69,64). Sum of RGB (Red+Green+Blue) = 41+69+64=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 69 - color contains mainly: green. Hex color #294540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294540 is #D6BABF. Grayscale: #3C3C3C. Windows color (decimal): -14072512 or 4212009. OLE color: 4212009.

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

Color convert

RGB 41 69 64 -
CMYK 0.41 0 0.07 0.73
HSL 169.29º 0.25% 0.22% -
HSV(B) 169.29º 0.41% 0.27% -
XYZ 3.97 5.1 5.63 -
YUV 60.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 41 69 64 0.41 0 0.07 0.73 169.29 0.25 0.22
Hex 29 45 40 29 0 7 49 A9 19 16
Octal 51 105 100 51 0 7 111 251 31 26
Binary 101001 1000101 1000000 101001 0 111 1001001 10101001 11001 10110

Color Harmonies of #294540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294540

Black with #294540

Text Example


Text Example

White with #294540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294540; }

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

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

background-color css

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

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

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

border-color css

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

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

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