Html Css Color HEX #296126 San Felix

📋 copy color: '#296126'

red 41 ◦ green 97 ◦ blue 38

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

Shades of San Felix #296126

Tints of San Felix #296126

RGB

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

 GREEN value IS 97 (38.28% from 255) = 55.11%

 BLUE value IS 38 (15.23% from 255) = 21.59%

R = 23.3%
G = 55.11%
B = 21.59%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#296126 (or 0x296126) is known color: San Felix. HEX triplet: 29, 61 and 26. RGB value is (41,97,38). Sum of RGB (Red+Green+Blue) = 41+97+38=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #296126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296126 is #D69ED9. Grayscale: #494949. Windows color (decimal): -14065370 or 2515241. OLE color: 2515241.

HSL color Cylindrical-coordinate representation of color #296126: hue angle of 116.95º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296126 is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 97 38 -
CMYK 0.58 0 0.61 0.62
HSL 116.95º 0.44% 0.26% -
HSV(B) 116.95º 0.61% 0.38% -
XYZ 5.54 9.16 3.31 -
YUV 73.53 107.95 104.8 -
System Red Green Blue C M Y K H S L
Decimal 41 97 38 0.58 0 0.61 0.62 116.95 0.44 0.26
Hex 29 61 26 3A 0 3D 3E 75 2C 1A
Octal 51 141 46 72 0 75 76 165 54 32
Binary 101001 1100001 100110 111010 0 111101 111110 1110101 101100 11010

Color Harmonies of #296126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296126

Black with #296126

Text Example


Text Example

White with #296126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296126; }

 p { color: rgb(41,97,38); }

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

background-color css

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

 a { background-color: rgb(41,97,38); }

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

border-color css

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

 span { border-color: rgb(41,97,38); }

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