#236C1D

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

Shades of San Felix #236C1D

Tints of San Felix #236C1D

Color information

#236C1D (or 0x236C1D) is unknown color: approx San Felix. HEX triplet: 23, 6C and 1D. RGB value is (35,108,29). Sum of RGB (Red+Green+Blue) = 35+108+29=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 108 (42.58% from 255 or 62.79% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 108 - color contains mainly: green. Hex color #236C1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236C1D is #DC93E2. Grayscale: #4D4D4D. Windows color (decimal): -14455779 or 1928227. OLE color: 1928227.

HSL color Cylindrical-coordinate representation of color #236C1D: hue angle of 115.44º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #236C1D is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB3510829-
CMYK0.6800.730.58
HSL115.44º57.66%26.86%-
HSV(B)115.44º73.15%42.35%-
XYZ6.2811.172.99-
YUV77.17100.8297.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 108 (42.58% from 255) = 62.79%
BLUE value IS 29 (11.72% from 255) = 16.86%
R=20.35%
G=62.79%
B=16.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35108290.6800.730.58115.4457.6626.86
Hex236C1D440493A733a1b
Octal43154351040111721637233
Binary100011110110011101100010001001001111010111001111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,108,29); }

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

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

 a { background-color: rgb(35,108,29); }

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

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

 span { border-color: rgb(35,108,29); }

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