#217225

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

Shades of San Felix #217225

Tints of San Felix #217225

Color information

#217225 (or 0x217225) is unknown color: approx San Felix. HEX triplet: 21, 72 and 25. RGB value is (33,114,37). Sum of RGB (Red+Green+Blue) = 33+114+37=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 114 (44.92% from 255 or 61.96% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 114 - color contains mainly: green. Hex color #217225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217225 is #DE8DDA. Grayscale: #515151. Windows color (decimal): -14585307 or 2454049. OLE color: 2454049.

HSL color Cylindrical-coordinate representation of color #217225: hue angle of 122.96º 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 #217225 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB3311437-
CMYK0.7100.680.55
HSL122.96º55.1%28.82%-
HSV(B)122.96º71.05%44.71%-
XYZ6.9812.493.79-
YUV81103.1693.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.93%
GREEN value IS 114 (44.92% from 255) = 61.96%
BLUE value IS 37 (14.84% from 255) = 20.11%
R=17.93%
G=61.96%
B=20.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33114370.7100.680.55122.9655.128.82
Hex21722547044377b371d
Octal41162451070104671736735
Binary1000011110010100101100011101000100110111111101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217225; }

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

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

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

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

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

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

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

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