#227A31

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

Shades of San Felix #227A31

Tints of San Felix #227A31

Color information

#227A31 (or 0x227A31) is unknown color: approx San Felix. HEX triplet: 22, 7A and 31. RGB value is (34,122,49). Sum of RGB (Red+Green+Blue) = 34+122+49=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #227A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227A31 is #DD85CE. Grayscale: #575757. Windows color (decimal): -14517711 or 3242530. OLE color: 3242530.

HSL color Cylindrical-coordinate representation of color #227A31: hue angle of 130.23º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227A31 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB3412249-
CMYK0.7200.600.52
HSL130.23º56.41%30.59%-
HSV(B)130.23º72.13%47.84%-
XYZ8.1714.485.27-
YUV87.37106.3589.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.59%
GREEN value IS 122 (48.05% from 255) = 59.51%
BLUE value IS 49 (19.53% from 255) = 23.90%
R=16.59%
G=59.51%
B=23.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal34122490.7200.600.52130.2356.4130.59
Hex227A314803C3482381f
Octal4217261110074642027037
Binary1000101111010110001100100001111001101001000001011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227A31; }

 p { color: rgb(34,122,49); }

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

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

 a { background-color: rgb(34,122,49); }

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

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

 span { border-color: rgb(34,122,49); }

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