Html Css Color HEX #296228 San Felix

📋 copy color: '#296228'

red 41 ◦ green 98 ◦ blue 40

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

Shades of San Felix #296228

Tints of San Felix #296228

RGB

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

 GREEN value IS 98 (38.67% from 255) = 54.75%

 BLUE value IS 40 (16.02% from 255) = 22.35%

R = 22.91%
G = 54.75%
B = 22.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#296228 (or 0x296228) is known color: San Felix. HEX triplet: 29, 62 and 28. RGB value is (41,98,40). Sum of RGB (Red+Green+Blue) = 41+98+40=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 98 (38.67% from 255 or 54.75% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 98 - color contains mainly: green. Hex color #296228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296228 is #D69DD7. Grayscale: #4A4A4A. Windows color (decimal): -14065112 or 2646569. OLE color: 2646569.

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

Color convert

RGB 41 98 40 -
CMYK 0.58 0 0.59 0.62
HSL 118.97º 0.42% 0.27% -
HSV(B) 118.97º 0.59% 0.38% -
XYZ 5.67 9.36 3.52 -
YUV 74.35 108.62 104.22 -
System Red Green Blue C M Y K H S L
Decimal 41 98 40 0.58 0 0.59 0.62 118.97 0.42 0.27
Hex 29 62 28 3A 0 3B 3E 77 2A 1B
Octal 51 142 50 72 0 73 76 167 52 33
Binary 101001 1100010 101000 111010 0 111011 111110 1110111 101010 11011

Color Harmonies of #296228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296228

Black with #296228

Text Example


Text Example

White with #296228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296228; }

 p { color: rgb(41,98,40); }

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

background-color css

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

 a { background-color: rgb(41,98,40); }

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

border-color css

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

 span { border-color: rgb(41,98,40); }

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