#217A2E

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

Shades of San Felix #217A2E

Tints of San Felix #217A2E

Color information

#217A2E (or 0x217A2E) is unknown color: approx San Felix. HEX triplet: 21, 7A and 2E. RGB value is (33,122,46). Sum of RGB (Red+Green+Blue) = 33+122+46=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 122 (48.05% from 255 or 60.70% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 122 - color contains mainly: green. Hex color #217A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217A2E is #DE85D1. Grayscale: #565656. Windows color (decimal): -14583250 or 3045921. OLE color: 3045921.

HSL color Cylindrical-coordinate representation of color #217A2E: hue angle of 128.76º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217A2E is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB3312246-
CMYK0.7300.620.52
HSL128.76º57.42%30.39%-
HSV(B)128.76º72.95%47.84%-
XYZ8.0814.444.95-
YUV86.72105.0189.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 122 (48.05% from 255) = 60.70%
BLUE value IS 46 (18.36% from 255) = 22.89%
R=16.42%
G=60.70%
B=22.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33122460.7300.620.52128.7657.4230.39
Hex217A2E4903E3481391e
Octal4117256111076642017136
Binary1000011111010101110100100101111101101001000000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217A2E; }

 p { color: rgb(33,122,46); }

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

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

 a { background-color: rgb(33,122,46); }

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

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

 span { border-color: rgb(33,122,46); }

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