#21641E

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

Shades of San Felix #21641E

Tints of San Felix #21641E

Color information

#21641E (or 0x21641E) is unknown color: approx San Felix. HEX triplet: 21, 64 and 1E. RGB value is (33,100,30). Sum of RGB (Red+Green+Blue) = 33+100+30=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 100 (39.45% from 255 or 61.35% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 100 - color contains mainly: green. Hex color #21641E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21641E is #DE9BE1. Grayscale: #484848. Windows color (decimal): -14588898 or 1991713. OLE color: 1991713.

HSL color Cylindrical-coordinate representation of color #21641E: hue angle of 117.43º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21641E is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB3310030-
CMYK0.6700.700.61
HSL117.43º53.85%25.49%-
HSV(B)117.43º70%39.22%-
XYZ5.429.532.78-
YUV71.99104.3100.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.25%
GREEN value IS 100 (39.45% from 255) = 61.35%
BLUE value IS 30 (12.11% from 255) = 18.40%
R=20.25%
G=61.35%
B=18.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal33100300.6700.700.61117.4353.8525.49
Hex21641E430463D753619
Octal41144361030106751656631
Binary100001110010011110100001101000110111101111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21641E; }

 p { color: rgb(33,100,30); }

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

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

 a { background-color: rgb(33,100,30); }

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

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

 span { border-color: rgb(33,100,30); }

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