#296C2D

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

Shades of San Felix #296C2D

Tints of San Felix #296C2D

Color information

#296C2D (or 0x296C2D) is unknown color: approx San Felix. HEX triplet: 29, 6C and 2D. RGB value is (41,108,45). Sum of RGB (Red+Green+Blue) = 41+108+45=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 108 (42.58% from 255 or 55.67% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 108 - color contains mainly: green. Hex color #296C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296C2D is #D693D2. Grayscale: #505050. Windows color (decimal): -14062547 or 2976809. OLE color: 2976809.

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

Color convert

RGB4110845-
CMYK0.6200.580.58
HSL123.58º44.97%29.22%-
HSV(B)123.58º62.04%42.35%-
XYZ6.7511.394.32-
YUV80.78107.899.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 108 (42.58% from 255) = 55.67%
BLUE value IS 45 (17.97% from 255) = 23.20%
R=21.13%
G=55.67%
B=23.20%

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
Decimal41108450.6200.580.58123.5844.9729.22
Hex296C2D3E03A3A7c2d1d
Octal511545576072721745535
Binary10100111011001011011111100111010111010111110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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