#295F23

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

Shades of San Felix #295F23

Tints of San Felix #295F23

Color information

#295F23 (or 0x295F23) is unknown color: approx San Felix. HEX triplet: 29, 5F and 23. RGB value is (41,95,35). Sum of RGB (Red+Green+Blue) = 41+95+35=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 95 (37.5% from 255 or 55.56% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 95 - color contains mainly: green. Hex color #295F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295F23 is #D6A0DC. Grayscale: #484848. Windows color (decimal): -14065885 or 2318121. OLE color: 2318121.

HSL color Cylindrical-coordinate representation of color #295F23: hue angle of 114º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #295F23 is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB419535-
CMYK0.5700.630.63
HSL114º46.15%25.49%-
HSV(B)114º63.16%37.25%-
XYZ5.318.783-
YUV72.01107.11105.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 95 (37.5% from 255) = 55.56%
BLUE value IS 35 (14.06% from 255) = 20.47%
R=23.98%
G=55.56%
B=20.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4195350.5700.630.6311446.1525.49
Hex295F233903F3F722e19
Octal511374371077771625631
Binary10100110111111000111110010111111111111111001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295F23; }

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

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

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

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

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

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

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

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