#217023

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

Shades of San Felix #217023

Tints of San Felix #217023

Color information

#217023 (or 0x217023) is unknown color: approx San Felix. HEX triplet: 21, 70 and 23. RGB value is (33,112,35). Sum of RGB (Red+Green+Blue) = 33+112+35=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #217023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217023 is #DE8FDC. Grayscale: #4F4F4F. Windows color (decimal): -14585821 or 2322465. OLE color: 2322465.

HSL color Cylindrical-coordinate representation of color #217023: hue angle of 121.52º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217023 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB3311235-
CMYK0.7100.690.56
HSL121.52º54.48%28.43%-
HSV(B)121.52º70.54%43.92%-
XYZ6.7212.033.56-
YUV79.6102.8394.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.33%
GREEN value IS 112 (44.14% from 255) = 62.22%
BLUE value IS 35 (14.06% from 255) = 19.44%
R=18.33%
G=62.22%
B=19.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33112350.7100.690.56121.5254.4828.43
Hex21702347045387a361c
Octal41160431070105701726634
Binary1000011110000100011100011101000101111000111101011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217023; }

 p { color: rgb(33,112,35); }

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

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

 a { background-color: rgb(33,112,35); }

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

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

 span { border-color: rgb(33,112,35); }

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