#227024

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

Shades of San Felix #227024

Tints of San Felix #227024

Color information

#227024 (or 0x227024) is unknown color: approx San Felix. HEX triplet: 22, 70 and 24. RGB value is (34,112,36). Sum of RGB (Red+Green+Blue) = 34+112+36=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #227024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227024 is #DD8FDB. Grayscale: #505050. Windows color (decimal): -14520284 or 2388002. OLE color: 2388002.

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

Color convert

RGB3411236-
CMYK0.7000.680.56
HSL121.54º53.42%28.63%-
HSV(B)121.54º69.64%43.92%-
XYZ6.7712.063.64-
YUV80.01103.1695.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.68%
GREEN value IS 112 (44.14% from 255) = 61.54%
BLUE value IS 36 (14.45% from 255) = 19.78%
R=18.68%
G=61.54%
B=19.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34112360.7000.680.56121.5453.4228.63
Hex22702446044387a351d
Octal42160441060104701726535
Binary1000101110000100100100011001000100111000111101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227024; }

 p { color: rgb(34,112,36); }

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

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

 a { background-color: rgb(34,112,36); }

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

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

 span { border-color: rgb(34,112,36); }

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