Html Css Color HEX #296B2E San Felix

📋 copy color: '#296B2E'

red 41 ◦ green 107 ◦ blue 46

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

Shades of San Felix #296B2E

Tints of San Felix #296B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.71%

R = 21.13%
G = 55.15%
B = 23.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#296B2E (or 0x296B2E) is known color: San Felix. HEX triplet: 29, 6B and 2E. RGB value is (41,107,46). Sum of RGB (Red+Green+Blue) = 41+107+46=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 107 (42.19% from 255 or 55.15% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 107 - color contains mainly: green. Hex color #296B2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296B2E is #D694D1. Grayscale: #505050. Windows color (decimal): -14062802 or 3042089. OLE color: 3042089.

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

Color convert

RGB 41 107 46 -
CMYK 0.62 0 0.57 0.58
HSL 124.55º 0.45% 0.29% -
HSV(B) 124.55º 0.62% 0.42% -
XYZ 6.67 11.18 4.39 -
YUV 80.31 108.63 99.96 -
System Red Green Blue C M Y K H S L
Decimal 41 107 46 0.62 0 0.57 0.58 124.55 0.45 0.29
Hex 29 6B 2E 3E 0 39 3A 7D 2D 1D
Octal 51 153 56 76 0 71 72 175 55 35
Binary 101001 1101011 101110 111110 0 111001 111010 1111101 101101 11101

Color Harmonies of #296B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B2E

Black with #296B2E

Text Example


Text Example

White with #296B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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