Html Css Color HEX #295047 Gable Green

📋 copy color: '#295047'

red 41 ◦ green 80 ◦ blue 71

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

Shades of Gable Green #295047

Tints of Gable Green #295047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.67%

 BLUE value IS 71 (28.13% from 255) = 36.98%

R = 21.35%
G = 41.67%
B = 36.98%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#295047 (or 0x295047) is known color: Gable Green. HEX triplet: 29, 50 and 47. RGB value is (41,80,71). Sum of RGB (Red+Green+Blue) = 41+80+71=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #295047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295047 is #D6AFB8. Grayscale: #434343. Windows color (decimal): -14069689 or 4673577. OLE color: 4673577.

HSL color Cylindrical-coordinate representation of color #295047: hue angle of 166.15º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #295047 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 80 71 -
CMYK 0.49 0 0.11 0.69
HSL 166.15º 0.32% 0.24% -
HSV(B) 166.15º 0.49% 0.31% -
XYZ 4.92 6.66 6.99 -
YUV 67.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 41 80 71 0.49 0 0.11 0.69 166.15 0.32 0.24
Hex 29 50 47 31 0 B 45 A6 20 18
Octal 51 120 107 61 0 13 105 246 40 30
Binary 101001 1010000 1000111 110001 0 1011 1000101 10100110 100000 11000

Color Harmonies of #295047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295047

Black with #295047

Text Example


Text Example

White with #295047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295047; }

 p { color: rgb(41,80,71); }

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

background-color css

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

 a { background-color: rgb(41,80,71); }

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

border-color css

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

 span { border-color: rgb(41,80,71); }

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