#23701c

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

Shades of San Felix #23701C

Tints of San Felix #23701C

Color information

#23701C (or 0x23701C) is unknown color: approx San Felix. HEX triplet: 23, 70 and 1C. RGB value is (35,112,28). Sum of RGB (Red+Green+Blue) = 35+112+28=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 112 (44.14% from 255 or 64% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 112 - color contains mainly: green. Hex color #23701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23701C is #DC8FE3. Grayscale: #4F4F4F. Windows color (decimal): -14454756 or 1863715. OLE color: 1863715.

HSL color Cylindrical-coordinate representation of color #23701C: hue angle of 115º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23701C is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB3511228-
CMYK0.6900.750.56
HSL115º60%27.45%-
HSV(B)115º75%43.92%-
XYZ6.712.033.07-
YUV79.498.9996.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20%
GREEN value IS 112 (44.14% from 255) = 64%
BLUE value IS 28 (11.33% from 255) = 16%
R=20%
G=64%
B=16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35112280.6900.750.561156027.45
Hex23701C4504B38733c1b
Octal43160341050113701637433
Binary100011111000011100100010101001011111000111001111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23701c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23701c; }

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

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

<style>
 a { background-color: #23701c; }

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

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

<style>
 span { border-color: #23701c; }

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

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