#217330

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

Shades of San Felix #217330

Tints of San Felix #217330

Color information

#217330 (or 0x217330) is unknown color: approx San Felix. HEX triplet: 21, 73 and 30. RGB value is (33,115,48). Sum of RGB (Red+Green+Blue) = 33+115+48=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 115 (45.31% from 255 or 58.67% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 115 - color contains mainly: green. Hex color #217330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217330 is #DE8CCF. Grayscale: #535353. Windows color (decimal): -14585040 or 3175201. OLE color: 3175201.

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

Color convert

RGB3311548-
CMYK0.7100.580.55
HSL130.98º55.41%29.02%-
HSV(B)130.98º71.3%45.1%-
XYZ7.2912.84.88-
YUV82.84108.3392.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 115 (45.31% from 255) = 58.67%
BLUE value IS 48 (19.14% from 255) = 24.49%
R=16.84%
G=58.67%
B=24.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33115480.7100.580.55130.9855.4129.02
Hex2173304703A3783371d
Octal4116360107072672036735
Binary1000011110011110000100011101110101101111000001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217330; }

 p { color: rgb(33,115,48); }

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

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

 a { background-color: rgb(33,115,48); }

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

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

 span { border-color: rgb(33,115,48); }

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