#236D1F

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

Shades of San Felix #236D1F

Tints of San Felix #236D1F

Color information

#236D1F (or 0x236D1F) is unknown color: approx San Felix. HEX triplet: 23, 6D and 1F. RGB value is (35,109,31). Sum of RGB (Red+Green+Blue) = 35+109+31=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 109 (42.97% from 255 or 62.29% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 109 - color contains mainly: green. Hex color #236D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236D1F is #DC92E0. Grayscale: #4E4E4E. Windows color (decimal): -14455521 or 2059555. OLE color: 2059555.

HSL color Cylindrical-coordinate representation of color #236D1F: hue angle of 116.92º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #236D1F is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB3510931-
CMYK0.6800.720.57
HSL116.92º55.71%27.45%-
HSV(B)116.92º71.56%42.75%-
XYZ6.4111.393.16-
YUV77.98101.4897.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20%
GREEN value IS 109 (42.97% from 255) = 62.29%
BLUE value IS 31 (12.5% from 255) = 17.71%
R=20%
G=62.29%
B=17.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal35109310.6800.720.57116.9255.7127.45
Hex236D1F440483975381b
Octal43155371040110711657033
Binary100011110110111111100010001001000111001111010111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236D1F; }

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

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

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

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

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

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

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

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