#217227

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

Shades of San Felix #217227

Tints of San Felix #217227

Color information

#217227 (or 0x217227) is unknown color: approx San Felix. HEX triplet: 21, 72 and 27. RGB value is (33,114,39). Sum of RGB (Red+Green+Blue) = 33+114+39=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 114 (44.92% from 255 or 61.29% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 114 - color contains mainly: green. Hex color #217227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217227 is #DE8DD8. Grayscale: #515151. Windows color (decimal): -14585305 or 2585121. OLE color: 2585121.

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

Color convert

RGB3311439-
CMYK0.7100.660.55
HSL124.44º55.1%28.82%-
HSV(B)124.44º71.05%44.71%-
XYZ7.0112.53.96-
YUV81.23104.1693.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.74%
GREEN value IS 114 (44.92% from 255) = 61.29%
BLUE value IS 39 (15.62% from 255) = 20.97%
R=17.74%
G=61.29%
B=20.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33114390.7100.660.55124.4455.128.82
Hex21722747042377c371d
Octal41162471070102671746735
Binary1000011110010100111100011101000010110111111110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217227; }

 p { color: rgb(33,114,39); }

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

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

 a { background-color: rgb(33,114,39); }

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

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

 span { border-color: rgb(33,114,39); }

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