Html Css Color HEX #294642 Gable Green

📋 copy color: '#294642'

red 41 ◦ green 70 ◦ blue 66

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

Shades of Gable Green #294642

Tints of Gable Green #294642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.55%

 BLUE value IS 66 (26.17% from 255) = 37.29%

R = 23.16%
G = 39.55%
B = 37.29%

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

#294642 (or 0x294642) is known color: Gable Green. HEX triplet: 29, 46 and 42. RGB value is (41,70,66). Sum of RGB (Red+Green+Blue) = 41+70+66=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 70 - color contains mainly: green. Hex color #294642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294642 is #D6B9BD. Grayscale: #3C3C3C. Windows color (decimal): -14072254 or 4343337. OLE color: 4343337.

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

Color convert

RGB 41 70 66 -
CMYK 0.41 0 0.06 0.73
HSL 171.72º 0.26% 0.22% -
HSV(B) 171.72º 0.41% 0.27% -
XYZ 4.09 5.25 5.95 -
YUV 60.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 41 70 66 0.41 0 0.06 0.73 171.72 0.26 0.22
Hex 29 46 42 29 0 6 49 AC 1A 16
Octal 51 106 102 51 0 6 111 254 32 26
Binary 101001 1000110 1000010 101001 0 110 1001001 10101100 11010 10110

Color Harmonies of #294642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294642

Black with #294642

Text Example


Text Example

White with #294642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294642; }

 p { color: rgb(41,70,66); }

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

background-color css

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

 a { background-color: rgb(41,70,66); }

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

border-color css

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

 span { border-color: rgb(41,70,66); }

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