Html Css Color HEX #296026 San Felix

📋 copy color: '#296026'

red 41 ◦ green 96 ◦ blue 38

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

Shades of San Felix #296026

Tints of San Felix #296026

RGB

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

 GREEN value IS 96 (37.89% from 255) = 54.86%

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

R = 23.43%
G = 54.86%
B = 21.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#296026 (or 0x296026) is known color: San Felix. HEX triplet: 29, 60 and 26. RGB value is (41,96,38). Sum of RGB (Red+Green+Blue) = 41+96+38=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #296026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296026 is #D69FD9. Grayscale: #494949. Windows color (decimal): -14065626 or 2514985. OLE color: 2514985.

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

Color convert

RGB 41 96 38 -
CMYK 0.57 0 0.60 0.62
HSL 116.9º 0.43% 0.26% -
HSV(B) 116.9º 0.6% 0.38% -
XYZ 5.45 8.98 3.28 -
YUV 72.94 108.28 105.22 -
System Red Green Blue C M Y K H S L
Decimal 41 96 38 0.57 0 0.60 0.62 116.9 0.43 0.26
Hex 29 60 26 39 0 3C 3E 75 2B 1A
Octal 51 140 46 71 0 74 76 165 53 32
Binary 101001 1100000 100110 111001 0 111100 111110 1110101 101011 11010

Color Harmonies of #296026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296026

Black with #296026

Text Example


Text Example

White with #296026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296026; }

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

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

background-color css

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

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

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

border-color css

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

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

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