Html Css Color HEX #294841 Gable Green

📋 copy color: '#294841'

red 41 ◦ green 72 ◦ blue 65

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

Shades of Gable Green #294841

Tints of Gable Green #294841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.45%

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

R = 23.03%
G = 40.45%
B = 36.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#294841 (or 0x294841) is known color: Gable Green. HEX triplet: 29, 48 and 41. RGB value is (41,72,65). Sum of RGB (Red+Green+Blue) = 41+72+65=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 72 - color contains mainly: green. Hex color #294841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294841 is #D6B7BE. Grayscale: #3D3D3D. Windows color (decimal): -14071743 or 4278313. OLE color: 4278313.

HSL color Cylindrical-coordinate representation of color #294841: hue angle of 166.45º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #294841 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 72 65 -
CMYK 0.43 0 0.10 0.72
HSL 166.45º 0.27% 0.22% -
HSV(B) 166.45º 0.43% 0.28% -
XYZ 4.19 5.49 5.84 -
YUV 61.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 41 72 65 0.43 0 0.10 0.72 166.45 0.27 0.22
Hex 29 48 41 2B 0 A 48 A6 1B 16
Octal 51 110 101 53 0 12 110 246 33 26
Binary 101001 1001000 1000001 101011 0 1010 1001000 10100110 11011 10110

Color Harmonies of #294841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294841

Black with #294841

Text Example


Text Example

White with #294841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294841; }

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

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

background-color css

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

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

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

border-color css

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

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

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