#23692D

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

Shades of San Felix #23692D

Tints of San Felix #23692D

Color information

#23692D (or 0x23692D) is unknown color: approx San Felix. HEX triplet: 23, 69 and 2D. RGB value is (35,105,45). Sum of RGB (Red+Green+Blue) = 35+105+45=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #23692D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23692D is #DC96D2. Grayscale: #4D4D4D. Windows color (decimal): -14456531 or 2976035. OLE color: 2976035.

HSL color Cylindrical-coordinate representation of color #23692D: hue angle of 128.57º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #23692D is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB3510545-
CMYK0.6700.570.59
HSL128.57º50%27.45%-
HSV(B)128.57º66.67%41.18%-
XYZ6.2210.654.21-
YUV77.23109.8197.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.92%
GREEN value IS 105 (41.41% from 255) = 56.76%
BLUE value IS 45 (17.97% from 255) = 24.32%
R=18.92%
G=56.76%
B=24.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35105450.6700.570.59128.575027.45
Hex23692D430393B81321b
Octal4315155103071732016233
Binary1000111101001101101100001101110011110111000000111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23692D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23692D; }

 p { color: rgb(35,105,45); }

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

<style>
 a { background-color: #23692D; }

 a { background-color: rgb(35,105,45); }

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

<style>
 span { border-color: #23692D; }

 span { border-color: rgb(35,105,45); }

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