Html Css Color HEX #294541 Gable Green

📋 copy color: '#294541'

red 41 ◦ green 69 ◦ blue 65

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

Shades of Gable Green #294541

Tints of Gable Green #294541

RGB

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

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

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

R = 23.43%
G = 39.43%
B = 37.14%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#294541 (or 0x294541) is known color: Gable Green. HEX triplet: 29, 45 and 41. RGB value is (41,69,65). Sum of RGB (Red+Green+Blue) = 41+69+65=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 69 - color contains mainly: green. Hex color #294541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294541 is #D6BABE. Grayscale: #3C3C3C. Windows color (decimal): -14072511 or 4277545. OLE color: 4277545.

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

Color convert

RGB 41 69 65 -
CMYK 0.41 0 0.06 0.73
HSL 171.43º 0.25% 0.22% -
HSV(B) 171.43º 0.41% 0.27% -
XYZ 4 5.11 5.78 -
YUV 60.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 41 69 65 0.41 0 0.06 0.73 171.43 0.25 0.22
Hex 29 45 41 29 0 6 49 AB 19 16
Octal 51 105 101 51 0 6 111 253 31 26
Binary 101001 1000101 1000001 101001 0 110 1001001 10101011 11001 10110

Color Harmonies of #294541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294541

Black with #294541

Text Example


Text Example

White with #294541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294541; }

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

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

background-color css

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

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

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

border-color css

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

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

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