#23712A

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

Shades of San Felix #23712A

Tints of San Felix #23712A

Color information

#23712A (or 0x23712A) is unknown color: approx San Felix. HEX triplet: 23, 71 and 2A. RGB value is (35,113,42). Sum of RGB (Red+Green+Blue) = 35+113+42=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 113 (44.53% from 255 or 59.47% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 113 - color contains mainly: green. Hex color #23712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23712A is #DC8ED5. Grayscale: #515151. Windows color (decimal): -14454486 or 2781475. OLE color: 2781475.

HSL color Cylindrical-coordinate representation of color #23712A: hue angle of 125.38º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #23712A is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB3511342-
CMYK0.6900.630.56
HSL125.38º52.7%29.02%-
HSV(B)125.38º69.03%44.31%-
XYZ7.0212.334.2-
YUV81.58105.6694.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.42%
GREEN value IS 113 (44.53% from 255) = 59.47%
BLUE value IS 42 (16.80% from 255) = 22.11%
R=18.42%
G=59.47%
B=22.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35113420.6900.630.56125.3852.729.02
Hex23712A4503F387d351d
Octal4316152105077701756535
Binary100011111000110101010001010111111111000111110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23712A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23712A; }

 p { color: rgb(35,113,42); }

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

<style>
 a { background-color: #23712A; }

 a { background-color: rgb(35,113,42); }

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

<style>
 span { border-color: #23712A; }

 span { border-color: rgb(35,113,42); }

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