#23601F

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

Shades of San Felix #23601F

Tints of San Felix #23601F

Color information

#23601F (or 0x23601F) is unknown color: approx San Felix. HEX triplet: 23, 60 and 1F. RGB value is (35,96,31). Sum of RGB (Red+Green+Blue) = 35+96+31=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #23601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23601F is #DC9FE0. Grayscale: #464646. Windows color (decimal): -14458849 or 2056227. OLE color: 2056227.

HSL color Cylindrical-coordinate representation of color #23601F: hue angle of 116.31º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23601F is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB359631-
CMYK0.6400.680.62
HSL116.31º51.18%24.9%-
HSV(B)116.31º67.71%37.65%-
XYZ5.128.822.73-
YUV70.35105.79102.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.60%
GREEN value IS 96 (37.89% from 255) = 59.26%
BLUE value IS 31 (12.5% from 255) = 19.14%
R=21.60%
G=59.26%
B=19.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3596310.6400.680.62116.3151.1824.9
Hex23601F400443E743319
Octal43140371000104761646331
Binary100011110000011111100000001000100111110111010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23601F; }

 p { color: rgb(35,96,31); }

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

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

 a { background-color: rgb(35,96,31); }

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

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

 span { border-color: rgb(35,96,31); }

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