#296223

Color #296223 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #296223

Tints of San Felix #296223

Color information

#296223 (or 0x296223) is unknown color: approx San Felix. HEX triplet: 29, 62 and 23. RGB value is (41,98,35). Sum of RGB (Red+Green+Blue) = 41+98+35=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #296223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296223 is #D69DDC. Grayscale: #494949. Windows color (decimal): -14065117 or 2318889. OLE color: 2318889.

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

Color convert

RGB419835-
CMYK0.5800.640.62
HSL114.29º47.37%26.08%-
HSV(B)114.29º64.29%38.43%-
XYZ5.599.333.1-
YUV73.77106.12104.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 98 (38.67% from 255) = 56.32%
BLUE value IS 35 (14.06% from 255) = 20.11%
R=23.56%
G=56.32%
B=20.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4198350.5800.640.62114.2947.3726.08
Hex2962233A0403E722f1a
Octal5114243720100761625732
Binary101001110001010001111101001000000111110111001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296223; }

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

 H1.HeaderClassName
 {
   color: #296223;
 }
 .AnyTagClassName
 {
   color: #296223;
 }
</style>
background-color css

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

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

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

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

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

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