#235F1F

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

Shades of San Felix #235F1F

Tints of San Felix #235F1F

Color information

#235F1F (or 0x235F1F) is unknown color: approx San Felix. HEX triplet: 23, 5F and 1F. RGB value is (35,95,31). Sum of RGB (Red+Green+Blue) = 35+95+31=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 95 (37.5% from 255 or 59.01% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 95 - color contains mainly: green. Hex color #235F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235F1F is #DCA0E0. Grayscale: #454545. Windows color (decimal): -14459105 or 2055971. OLE color: 2055971.

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

Color convert

RGB359531-
CMYK0.6300.670.63
HSL116.25º50.79%24.71%-
HSV(B)116.25º67.37%37.25%-
XYZ5.038.642.7-
YUV69.76106.12103.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.74%
GREEN value IS 95 (37.5% from 255) = 59.01%
BLUE value IS 31 (12.5% from 255) = 19.25%
R=21.74%
G=59.01%
B=19.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3595310.6300.670.63116.2550.7924.71
Hex235F1F3F0433F743319
Octal4313737770103771646331
Binary10001110111111111111111101000011111111111010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235F1F; }

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

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

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

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

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

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

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

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