Html Css Color HEX #296D2C San Felix

📋 copy color: '#296D2C'

red 41 ◦ green 109 ◦ blue 44

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

Shades of San Felix #296D2C

Tints of San Felix #296D2C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 56.19%

 BLUE value IS 44 (17.58% from 255) = 22.68%

R = 21.13%
G = 56.19%
B = 22.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.60

 K value IS 0.57

RGB Variations

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

Color information

#296D2C (or 0x296D2C) is known color: San Felix. HEX triplet: 29, 6D and 2C. RGB value is (41,109,44). Sum of RGB (Red+Green+Blue) = 41+109+44=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #296D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296D2C is #D692D3. Grayscale: #515151. Windows color (decimal): -14062292 or 2911529. OLE color: 2911529.

HSL color Cylindrical-coordinate representation of color #296D2C: hue angle of 122.65º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296D2C is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 109 44 -
CMYK 0.62 0 0.60 0.57
HSL 122.65º 0.45% 0.29% -
HSV(B) 122.65º 0.62% 0.43% -
XYZ 6.84 11.59 4.26 -
YUV 81.26 106.97 99.29 -
System Red Green Blue C M Y K H S L
Decimal 41 109 44 0.62 0 0.60 0.57 122.65 0.45 0.29
Hex 29 6D 2C 3E 0 3C 39 7B 2D 1D
Octal 51 155 54 76 0 74 71 173 55 35
Binary 101001 1101101 101100 111110 0 111100 111001 1111011 101101 11101

Color Harmonies of #296D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296D2C

Black with #296D2C

Text Example


Text Example

White with #296D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,109,44); }

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

background-color css

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

 a { background-color: rgb(41,109,44); }

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

border-color css

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

 span { border-color: rgb(41,109,44); }

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