Html Css Color HEX #297537 San Felix

📋 copy color: '#297537'

red 41 ◦ green 117 ◦ blue 55

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

Shades of San Felix #297537

Tints of San Felix #297537

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.93%

 BLUE value IS 55 (21.88% from 255) = 25.82%

R = 19.25%
G = 54.93%
B = 25.82%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#297537 (or 0x297537) is known color: San Felix. HEX triplet: 29, 75 and 37. RGB value is (41,117,55). Sum of RGB (Red+Green+Blue) = 41+117+55=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #297537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297537 is #D68AC8. Grayscale: #575757. Windows color (decimal): -14060233 or 3634473. OLE color: 3634473.

HSL color Cylindrical-coordinate representation of color #297537: hue angle of 131.05º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297537 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 117 55 -
CMYK 0.65 0 0.53 0.54
HSL 131.05º 0.48% 0.31% -
HSV(B) 131.05º 0.65% 0.46% -
XYZ 7.97 13.47 5.79 -
YUV 87.21 109.82 95.04 -
System Red Green Blue C M Y K H S L
Decimal 41 117 55 0.65 0 0.53 0.54 131.05 0.48 0.31
Hex 29 75 37 41 0 35 36 83 30 1F
Octal 51 165 67 101 0 65 66 203 60 37
Binary 101001 1110101 110111 1000001 0 110101 110110 10000011 110000 11111

Color Harmonies of #297537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297537

Black with #297537

Text Example


Text Example

White with #297537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297537; }

 p { color: rgb(41,117,55); }

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

background-color css

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

 a { background-color: rgb(41,117,55); }

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

border-color css

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

 span { border-color: rgb(41,117,55); }

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