Html Css Color HEX #296934 San Felix

📋 copy color: '#296934'

red 41 ◦ green 105 ◦ blue 52

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

Shades of San Felix #296934

Tints of San Felix #296934

RGB

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

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

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

R = 20.71%
G = 53.03%
B = 26.26%

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

#296934 (or 0x296934) is known color: San Felix. HEX triplet: 29, 69 and 34. RGB value is (41,105,52). Sum of RGB (Red+Green+Blue) = 41+105+52=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #296934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296934 is #D696CB. Grayscale: #4F4F4F. Windows color (decimal): -14063308 or 3434793. OLE color: 3434793.

HSL color Cylindrical-coordinate representation of color #296934: hue angle of 130.31º 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 #296934 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 105 52 -
CMYK 0.61 0 0.50 0.59
HSL 130.31º 0.44% 0.29% -
HSV(B) 130.31º 0.61% 0.41% -
XYZ 6.59 10.82 4.99 -
YUV 79.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 41 105 52 0.61 0 0.50 0.59 130.31 0.44 0.29
Hex 29 69 34 3D 0 32 3B 82 2C 1D
Octal 51 151 64 75 0 62 73 202 54 35
Binary 101001 1101001 110100 111101 0 110010 111011 10000010 101100 11101

Color Harmonies of #296934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296934

Black with #296934

Text Example


Text Example

White with #296934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296934; }

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

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

background-color css

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

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

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

border-color css

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

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

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