#237228

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

Shades of San Felix #237228

Tints of San Felix #237228

Color information

#237228 (or 0x237228) is unknown color: approx San Felix. HEX triplet: 23, 72 and 28. RGB value is (35,114,40). Sum of RGB (Red+Green+Blue) = 35+114+40=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #237228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237228 is #DC8DD7. Grayscale: #525252. Windows color (decimal): -14454232 or 2650659. OLE color: 2650659.

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

Color convert

RGB3511440-
CMYK0.6900.650.55
HSL123.8º53.02%29.22%-
HSV(B)123.8º69.3%44.71%-
XYZ7.0912.554.06-
YUV81.94104.3394.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.52%
GREEN value IS 114 (44.92% from 255) = 60.32%
BLUE value IS 40 (16.02% from 255) = 21.16%
R=18.52%
G=60.32%
B=21.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35114400.6900.650.55123.853.0229.22
Hex23722845041377c351d
Octal43162501050101671746535
Binary1000111110010101000100010101000001110111111110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237228; }

 p { color: rgb(35,114,40); }

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

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

 a { background-color: rgb(35,114,40); }

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

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

 span { border-color: rgb(35,114,40); }

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