Html Css Color HEX #297534 San Felix

📋 copy color: '#297534'

red 41 ◦ green 117 ◦ blue 52

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

Shades of San Felix #297534

Tints of San Felix #297534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.76%

R = 19.52%
G = 55.71%
B = 24.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#297534 (or 0x297534) is known color: San Felix. HEX triplet: 29, 75 and 34. RGB value is (41,117,52). Sum of RGB (Red+Green+Blue) = 41+117+52=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #297534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297534 is #D68ACB. Grayscale: #575757. Windows color (decimal): -14060236 or 3437865. OLE color: 3437865.

HSL color Cylindrical-coordinate representation of color #297534: hue angle of 128.68º 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 #297534 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 117 52 -
CMYK 0.65 0 0.56 0.54
HSL 128.68º 0.48% 0.31% -
HSV(B) 128.68º 0.65% 0.46% -
XYZ 7.9 13.44 5.43 -
YUV 86.87 108.32 95.29 -
System Red Green Blue C M Y K H S L
Decimal 41 117 52 0.65 0 0.56 0.54 128.68 0.48 0.31
Hex 29 75 34 41 0 38 36 81 30 1F
Octal 51 165 64 101 0 70 66 201 60 37
Binary 101001 1110101 110100 1000001 0 111000 110110 10000001 110000 11111

Color Harmonies of #297534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297534

Black with #297534

Text Example


Text Example

White with #297534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297534; }

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

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

background-color css

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

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

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

border-color css

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

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

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