#23732D

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

Shades of San Felix #23732D

Tints of San Felix #23732D

Color information

#23732D (or 0x23732D) is unknown color: approx San Felix. HEX triplet: 23, 73 and 2D. RGB value is (35,115,45). Sum of RGB (Red+Green+Blue) = 35+115+45=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #23732D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23732D is #DC8CD2. Grayscale: #535353. Windows color (decimal): -14453971 or 2978595. OLE color: 2978595.

HSL color Cylindrical-coordinate representation of color #23732D: hue angle of 127.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23732D is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB3511545-
CMYK0.7000.610.55
HSL127.5º53.33%29.41%-
HSV(B)127.5º69.57%45.1%-
XYZ7.312.814.57-
YUV83.1106.593.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.95%
GREEN value IS 115 (45.31% from 255) = 58.97%
BLUE value IS 45 (17.97% from 255) = 23.08%
R=17.95%
G=58.97%
B=23.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35115450.7000.610.55127.553.3329.41
Hex23732D4603D3780351d
Octal4316355106075672006535
Binary1000111110011101101100011001111011101111000000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23732D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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