Html Css Color HEX #296B1C San Felix

📋 copy color: '#296B1C'

red 41 ◦ green 107 ◦ blue 28

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

Shades of San Felix #296B1C

Tints of San Felix #296B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.91%

R = 23.3%
G = 60.8%
B = 15.91%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#296B1C (or 0x296B1C) is known color: San Felix. HEX triplet: 29, 6B and 1C. RGB value is (41,107,28). Sum of RGB (Red+Green+Blue) = 41+107+28=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 107 (42.19% from 255 or 60.80% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 107 - color contains mainly: green. Hex color #296B1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296B1C is #D694E3. Grayscale: #4E4E4E. Windows color (decimal): -14062820 or 1862441. OLE color: 1862441.

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

Color convert

RGB 41 107 28 -
CMYK 0.62 0 0.74 0.58
HSL 110.13º 0.59% 0.26% -
HSV(B) 110.13º 0.74% 0.42% -
XYZ 6.38 11.07 2.9 -
YUV 78.26 99.63 101.42 -
System Red Green Blue C M Y K H S L
Decimal 41 107 28 0.62 0 0.74 0.58 110.13 0.59 0.26
Hex 29 6B 1C 3E 0 4A 3A 6E 3B 1A
Octal 51 153 34 76 0 112 72 156 73 32
Binary 101001 1101011 11100 111110 0 1001010 111010 1101110 111011 11010

Color Harmonies of #296B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B1C

Black with #296B1C

Text Example


Text Example

White with #296B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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