#236B1C

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

Shades of San Felix #236B1C

Tints of San Felix #236B1C

Color information

#236B1C (or 0x236B1C) is unknown color: approx San Felix. HEX triplet: 23, 6B and 1C. RGB value is (35,107,28). Sum of RGB (Red+Green+Blue) = 35+107+28=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 107 (42.19% from 255 or 62.94% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 107 - color contains mainly: green. Hex color #236B1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236B1C is #DC94E3. Grayscale: #4C4C4C. Windows color (decimal): -14456036 or 1862435. OLE color: 1862435.

HSL color Cylindrical-coordinate representation of color #236B1C: hue angle of 114.68º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #236B1C is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB3510728-
CMYK0.6700.740.58
HSL114.68º58.52%26.47%-
HSV(B)114.68º73.83%41.96%-
XYZ6.1610.962.89-
YUV76.47100.6598.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.59%
GREEN value IS 107 (42.19% from 255) = 62.94%
BLUE value IS 28 (11.33% from 255) = 16.47%
R=20.59%
G=62.94%
B=16.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35107280.6700.740.58114.6858.5226.47
Hex236B1C4304A3A733b1a
Octal43153341030112721637332
Binary100011110101111100100001101001010111010111001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,107,28); }

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

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

 a { background-color: rgb(35,107,28); }

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

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

 span { border-color: rgb(35,107,28); }

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