#296025

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

Shades of San Felix #296025

Tints of San Felix #296025

Color information

#296025 (or 0x296025) is unknown color: approx San Felix. HEX triplet: 29, 60 and 25. RGB value is (41,96,37). Sum of RGB (Red+Green+Blue) = 41+96+37=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #296025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296025 is #D69FDA. Grayscale: #494949. Windows color (decimal): -14065627 or 2449449. OLE color: 2449449.

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

Color convert

RGB419637-
CMYK0.5700.610.62
HSL115.93º44.36%26.08%-
HSV(B)115.93º61.46%37.65%-
XYZ5.438.973.2-
YUV72.83107.78105.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 96 (37.89% from 255) = 55.17%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=23.56%
G=55.17%
B=21.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196370.5700.610.62115.9344.3626.08
Hex2960253903D3E742c1a
Octal511404571075761645432
Binary10100111000001001011110010111101111110111010010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296025; }

 p { color: rgb(41,96,37); }

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

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

 a { background-color: rgb(41,96,37); }

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

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

 span { border-color: rgb(41,96,37); }

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