#296B1F

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

Shades of San Felix #296B1F

Tints of San Felix #296B1F

Color information

#296B1F (or 0x296B1F) is unknown color: approx San Felix. HEX triplet: 29, 6B and 1F. RGB value is (41,107,31). Sum of RGB (Red+Green+Blue) = 41+107+31=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 107 (42.19% from 255 or 59.78% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 107 - color contains mainly: green. Hex color #296B1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296B1F is #D694E0. Grayscale: #4E4E4E. Windows color (decimal): -14062817 or 2059049. OLE color: 2059049.

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

Color convert

RGB4110731-
CMYK0.6200.710.58
HSL112.11º55.07%27.06%-
HSV(B)112.11º71.03%41.96%-
XYZ6.4211.093.1-
YUV78.6101.13101.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.91%
GREEN value IS 107 (42.19% from 255) = 59.78%
BLUE value IS 31 (12.5% from 255) = 17.32%
R=22.91%
G=59.78%
B=17.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41107310.6200.710.58112.1155.0727.06
Hex296B1F3E0473A70371b
Octal5115337760107721606733
Binary10100111010111111111111001000111111010111000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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