Html Css Color HEX #297432 San Felix

📋 copy color: '#297432'

red 41 ◦ green 116 ◦ blue 50

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

Shades of San Felix #297432

Tints of San Felix #297432

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.04%

 BLUE value IS 50 (19.92% from 255) = 24.15%

R = 19.81%
G = 56.04%
B = 24.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#297432 (or 0x297432) is known color: San Felix. HEX triplet: 29, 74 and 32. RGB value is (41,116,50). Sum of RGB (Red+Green+Blue) = 41+116+50=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #297432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297432 is #D68BCD. Grayscale: #565656. Windows color (decimal): -14060494 or 3306537. OLE color: 3306537.

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

Color convert

RGB 41 116 50 -
CMYK 0.65 0 0.57 0.55
HSL 127.2º 0.48% 0.31% -
HSV(B) 127.2º 0.65% 0.45% -
XYZ 7.74 13.19 5.16 -
YUV 86.05 107.65 95.87 -
System Red Green Blue C M Y K H S L
Decimal 41 116 50 0.65 0 0.57 0.55 127.2 0.48 0.31
Hex 29 74 32 41 0 39 37 7F 30 1F
Octal 51 164 62 101 0 71 67 177 60 37
Binary 101001 1110100 110010 1000001 0 111001 110111 1111111 110000 11111

Color Harmonies of #297432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297432

Black with #297432

Text Example


Text Example

White with #297432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297432; }

 p { color: rgb(41,116,50); }

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

background-color css

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

 a { background-color: rgb(41,116,50); }

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

border-color css

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

 span { border-color: rgb(41,116,50); }

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