#296B2D

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

Shades of San Felix #296B2D

Tints of San Felix #296B2D

Color information

#296B2D (or 0x296B2D) is unknown color: approx San Felix. HEX triplet: 29, 6B and 2D. RGB value is (41,107,45). Sum of RGB (Red+Green+Blue) = 41+107+45=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 107 (42.19% from 255 or 55.44% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 107 - color contains mainly: green. Hex color #296B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296B2D is #D694D2. Grayscale: #505050. Windows color (decimal): -14062803 or 2976553. OLE color: 2976553.

HSL color Cylindrical-coordinate representation of color #296B2D: hue angle of 123.64º 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 #296B2D is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB4110745-
CMYK0.6200.580.58
HSL123.64º44.59%29.02%-
HSV(B)123.64º61.68%41.96%-
XYZ6.6511.184.29-
YUV80.2108.13100.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 107 (42.19% from 255) = 55.44%
BLUE value IS 45 (17.97% from 255) = 23.32%
R=21.24%
G=55.44%
B=23.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41107450.6200.580.58123.6444.5929.02
Hex296B2D3E03A3A7c2d1d
Octal511535576072721745535
Binary10100111010111011011111100111010111010111110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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