#226D27

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

Shades of San Felix #226D27

Tints of San Felix #226D27

Color information

#226D27 (or 0x226D27) is unknown color: approx San Felix. HEX triplet: 22, 6D and 27. RGB value is (34,109,39). Sum of RGB (Red+Green+Blue) = 34+109+39=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 109 (42.97% from 255 or 59.89% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 109 - color contains mainly: green. Hex color #226D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226D27 is #DD92D8. Grayscale: #4E4E4E. Windows color (decimal): -14521049 or 2583842. OLE color: 2583842.

HSL color Cylindrical-coordinate representation of color #226D27: hue angle of 124º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #226D27 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB3410939-
CMYK0.6900.640.57
HSL124º52.45%28.04%-
HSV(B)124º68.81%42.75%-
XYZ6.4911.423.78-
YUV78.6105.6596.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.68%
GREEN value IS 109 (42.97% from 255) = 59.89%
BLUE value IS 39 (15.62% from 255) = 21.43%
R=18.68%
G=59.89%
B=21.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34109390.6900.640.5712452.4528.04
Hex226D2745040397c341c
Octal42155471050100711746434
Binary1000101101101100111100010101000000111001111110011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226D27; }

 p { color: rgb(34,109,39); }

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

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

 a { background-color: rgb(34,109,39); }

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

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

 span { border-color: rgb(34,109,39); }

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