Html Css Color HEX #296B26 San Felix

📋 copy color: '#296B26'

red 41 ◦ green 107 ◦ blue 38

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

Shades of San Felix #296B26

Tints of San Felix #296B26

RGB

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

 GREEN value IS 107 (42.19% from 255) = 57.53%

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

R = 22.04%
G = 57.53%
B = 20.43%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#296B26 (or 0x296B26) is known color: San Felix. HEX triplet: 29, 6B and 26. RGB value is (41,107,38). Sum of RGB (Red+Green+Blue) = 41+107+38=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 107 (42.19% from 255 or 57.53% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 107 - color contains mainly: green. Hex color #296B26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296B26 is #D694D9. Grayscale: #4F4F4F. Windows color (decimal): -14062810 or 2517801. OLE color: 2517801.

HSL color Cylindrical-coordinate representation of color #296B26: hue angle of 117.39º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #296B26 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 107 38 -
CMYK 0.62 0 0.64 0.58
HSL 117.39º 0.48% 0.28% -
HSV(B) 117.39º 0.64% 0.42% -
XYZ 6.52 11.13 3.64 -
YUV 79.4 104.63 100.61 -
System Red Green Blue C M Y K H S L
Decimal 41 107 38 0.62 0 0.64 0.58 117.39 0.48 0.28
Hex 29 6B 26 3E 0 40 3A 75 30 1C
Octal 51 153 46 76 0 100 72 165 60 34
Binary 101001 1101011 100110 111110 0 1000000 111010 1110101 110000 11100

Color Harmonies of #296B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B26

Black with #296B26

Text Example


Text Example

White with #296B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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