Html Css Color HEX #296A34 San Felix

📋 copy color: '#296A34'

red 41 ◦ green 106 ◦ blue 52

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

Shades of San Felix #296A34

Tints of San Felix #296A34

RGB

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

 GREEN value IS 106 (41.8% from 255) = 53.27%

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

R = 20.6%
G = 53.27%
B = 26.13%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#296A34 (or 0x296A34) is known color: San Felix. HEX triplet: 29, 6A and 34. RGB value is (41,106,52). Sum of RGB (Red+Green+Blue) = 41+106+52=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 106 (41.80% from 255 or 53.27% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 106 - color contains mainly: green. Hex color #296A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296A34 is #D695CB. Grayscale: #505050. Windows color (decimal): -14063052 or 3435049. OLE color: 3435049.

HSL color Cylindrical-coordinate representation of color #296A34: hue angle of 130.15º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A34 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 106 52 -
CMYK 0.61 0 0.51 0.58
HSL 130.15º 0.44% 0.29% -
HSV(B) 130.15º 0.61% 0.42% -
XYZ 6.69 11.03 5.02 -
YUV 80.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 41 106 52 0.61 0 0.51 0.58 130.15 0.44 0.29
Hex 29 6A 34 3D 0 33 3A 82 2C 1D
Octal 51 152 64 75 0 63 72 202 54 35
Binary 101001 1101010 110100 111101 0 110011 111010 10000010 101100 11101

Color Harmonies of #296A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A34

Black with #296A34

Text Example


Text Example

White with #296A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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