#23701B

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

Shades of San Felix #23701B

Tints of San Felix #23701B

Color information

#23701B (or 0x23701B) is unknown color: approx San Felix. HEX triplet: 23, 70 and 1B. RGB value is (35,112,27). Sum of RGB (Red+Green+Blue) = 35+112+27=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 112 (44.14% from 255 or 64.37% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 112 - color contains mainly: green. Hex color #23701B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23701B is #DC8FE4. Grayscale: #4F4F4F. Windows color (decimal): -14454757 or 1798179. OLE color: 1798179.

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

Color convert

RGB3511227-
CMYK0.6900.760.56
HSL114.35º61.15%27.25%-
HSV(B)114.35º75.89%43.92%-
XYZ6.6912.023.01-
YUV79.2998.4996.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.11%
GREEN value IS 112 (44.14% from 255) = 64.37%
BLUE value IS 27 (10.94% from 255) = 15.52%
R=20.11%
G=64.37%
B=15.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35112270.6900.760.56114.3561.1527.25
Hex23701B4504C38723d1b
Octal43160331050114701627533
Binary100011111000011011100010101001100111000111001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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