#237932

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

Shades of San Felix #237932

Tints of San Felix #237932

Color information

#237932 (or 0x237932) is unknown color: approx San Felix. HEX triplet: 23, 79 and 32. RGB value is (35,121,50). Sum of RGB (Red+Green+Blue) = 35+121+50=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 121 (47.66% from 255 or 58.74% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 121 - color contains mainly: green. Hex color #237932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237932 is #DC86CD. Grayscale: #575757. Windows color (decimal): -14452430 or 3307811. OLE color: 3307811.

HSL color Cylindrical-coordinate representation of color #237932: hue angle of 130.47º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #237932 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB3512150-
CMYK0.7100.590.53
HSL130.47º55.13%30.59%-
HSV(B)130.47º71.07%47.45%-
XYZ8.1114.265.34-
YUV87.19107.0190.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.99%
GREEN value IS 121 (47.66% from 255) = 58.74%
BLUE value IS 50 (19.92% from 255) = 24.27%
R=16.99%
G=58.74%
B=24.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35121500.7100.590.53130.4755.1330.59
Hex2379324703B3582371f
Octal4317162107073652026737
Binary1000111111001110010100011101110111101011000001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237932; }

 p { color: rgb(35,121,50); }

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

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

 a { background-color: rgb(35,121,50); }

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

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

 span { border-color: rgb(35,121,50); }

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