Html Css Color HEX #296935 San Felix

📋 copy color: '#296935'

red 41 ◦ green 105 ◦ blue 53

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

Shades of San Felix #296935

Tints of San Felix #296935

RGB

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

 GREEN value IS 105 (41.41% from 255) = 52.76%

 BLUE value IS 53 (21.09% from 255) = 26.63%

R = 20.6%
G = 52.76%
B = 26.63%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#296935 (or 0x296935) is known color: San Felix. HEX triplet: 29, 69 and 35. RGB value is (41,105,53). Sum of RGB (Red+Green+Blue) = 41+105+53=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #296935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296935 is #D696CA. Grayscale: #505050. Windows color (decimal): -14063307 or 3500329. OLE color: 3500329.

HSL color Cylindrical-coordinate representation of color #296935: hue angle of 131.25º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296935 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 105 53 -
CMYK 0.61 0 0.50 0.59
HSL 131.25º 0.44% 0.29% -
HSV(B) 131.25º 0.61% 0.41% -
XYZ 6.61 10.83 5.11 -
YUV 79.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 41 105 53 0.61 0 0.50 0.59 131.25 0.44 0.29
Hex 29 69 35 3D 0 32 3B 83 2C 1D
Octal 51 151 65 75 0 62 73 203 54 35
Binary 101001 1101001 110101 111101 0 110010 111011 10000011 101100 11101

Color Harmonies of #296935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296935

Black with #296935

Text Example


Text Example

White with #296935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296935; }

 p { color: rgb(41,105,53); }

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

background-color css

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

 a { background-color: rgb(41,105,53); }

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

border-color css

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

 span { border-color: rgb(41,105,53); }

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