Html Css Color HEX #297338 San Felix

📋 copy color: '#297338'

red 41 ◦ green 115 ◦ blue 56

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

Shades of San Felix #297338

Tints of San Felix #297338

RGB

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

 GREEN value IS 115 (45.31% from 255) = 54.25%

 BLUE value IS 56 (22.27% from 255) = 26.42%

R = 19.34%
G = 54.25%
B = 26.42%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#297338 (or 0x297338) is known color: San Felix. HEX triplet: 29, 73 and 38. RGB value is (41,115,56). Sum of RGB (Red+Green+Blue) = 41+115+56=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #297338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297338 is #D68CC7. Grayscale: #565656. Windows color (decimal): -14060744 or 3699497. OLE color: 3699497.

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

Color convert

RGB 41 115 56 -
CMYK 0.64 0 0.51 0.55
HSL 132.16º 0.47% 0.31% -
HSV(B) 132.16º 0.64% 0.45% -
XYZ 7.76 13.02 5.85 -
YUV 86.15 110.98 95.8 -
System Red Green Blue C M Y K H S L
Decimal 41 115 56 0.64 0 0.51 0.55 132.16 0.47 0.31
Hex 29 73 38 40 0 33 37 84 2F 1F
Octal 51 163 70 100 0 63 67 204 57 37
Binary 101001 1110011 111000 1000000 0 110011 110111 10000100 101111 11111

Color Harmonies of #297338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297338

Black with #297338

Text Example


Text Example

White with #297338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297338; }

 p { color: rgb(41,115,56); }

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

background-color css

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

 a { background-color: rgb(41,115,56); }

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

border-color css

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

 span { border-color: rgb(41,115,56); }

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