Html Css Color HEX #296A36 San Felix

📋 copy color: '#296A36'

red 41 ◦ green 106 ◦ blue 54

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

Shades of San Felix #296A36

Tints of San Felix #296A36

RGB

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

 GREEN value IS 106 (41.8% from 255) = 52.74%

 BLUE value IS 54 (21.48% from 255) = 26.87%

R = 20.4%
G = 52.74%
B = 26.87%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#296A36 (or 0x296A36) is known color: San Felix. HEX triplet: 29, 6A and 36. RGB value is (41,106,54). Sum of RGB (Red+Green+Blue) = 41+106+54=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 106 (41.80% from 255 or 52.74% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 106 - color contains mainly: green. Hex color #296A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296A36 is #D695C9. Grayscale: #505050. Windows color (decimal): -14063050 or 3566121. OLE color: 3566121.

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

Color convert

RGB 41 106 54 -
CMYK 0.61 0 0.49 0.58
HSL 132º 0.44% 0.29% -
HSV(B) 132º 0.61% 0.42% -
XYZ 6.73 11.05 5.27 -
YUV 80.64 112.97 99.73 -
System Red Green Blue C M Y K H S L
Decimal 41 106 54 0.61 0 0.49 0.58 132 0.44 0.29
Hex 29 6A 36 3D 0 31 3A 84 2C 1D
Octal 51 152 66 75 0 61 72 204 54 35
Binary 101001 1101010 110110 111101 0 110001 111010 10000100 101100 11101

Color Harmonies of #296A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A36

Black with #296A36

Text Example


Text Example

White with #296A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,106,54); }

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

background-color css

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

 a { background-color: rgb(41,106,54); }

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

border-color css

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

 span { border-color: rgb(41,106,54); }

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