#227121

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

Shades of San Felix #227121

Tints of San Felix #227121

Color information

#227121 (or 0x227121) is unknown color: approx San Felix. HEX triplet: 22, 71 and 21. RGB value is (34,113,33). Sum of RGB (Red+Green+Blue) = 34+113+33=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #227121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227121 is #DD8EDE. Grayscale: #505050. Windows color (decimal): -14520031 or 2191650. OLE color: 2191650.

HSL color Cylindrical-coordinate representation of color #227121: hue angle of 119.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #227121 is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB3411333-
CMYK0.7000.710.56
HSL119.25º54.79%28.63%-
HSV(B)119.25º70.8%44.31%-
XYZ6.8412.263.44-
YUV80.26101.3395-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.89%
GREEN value IS 113 (44.53% from 255) = 62.78%
BLUE value IS 33 (13.28% from 255) = 18.33%
R=18.89%
G=62.78%
B=18.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34113330.7000.710.56119.2554.7928.63
Hex227121460473877371d
Octal42161411060107701676735
Binary1000101110001100001100011001000111111000111011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227121; }

 p { color: rgb(34,113,33); }

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

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

 a { background-color: rgb(34,113,33); }

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

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

 span { border-color: rgb(34,113,33); }

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