#23752A

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

Shades of San Felix #23752A

Tints of San Felix #23752A

Color information

#23752A (or 0x23752A) is unknown color: approx San Felix. HEX triplet: 23, 75 and 2A. RGB value is (35,117,42). Sum of RGB (Red+Green+Blue) = 35+117+42=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #23752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23752A is #DC8AD5. Grayscale: #545454. Windows color (decimal): -14453462 or 2782499. OLE color: 2782499.

HSL color Cylindrical-coordinate representation of color #23752A: hue angle of 125.12º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23752A is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB3511742-
CMYK0.7000.640.54
HSL125.12º53.95%29.8%-
HSV(B)125.12º70.09%45.88%-
XYZ7.4713.254.35-
YUV83.93104.3393.1-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.04%
GREEN value IS 117 (46.09% from 255) = 60.31%
BLUE value IS 42 (16.80% from 255) = 21.65%
R=18.04%
G=60.31%
B=21.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35117420.7000.640.54125.1253.9529.8
Hex23752A46040367d361e
Octal43165521060100661756636
Binary1000111110101101010100011001000000110110111110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23752A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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