#21641F

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

Shades of San Felix #21641F

Tints of San Felix #21641F

Color information

#21641F (or 0x21641F) is unknown color: approx San Felix. HEX triplet: 21, 64 and 1F. RGB value is (33,100,31). Sum of RGB (Red+Green+Blue) = 33+100+31=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 100 (39.45% from 255 or 60.98% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 100 - color contains mainly: green. Hex color #21641F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21641F is #DE9BE0. Grayscale: #484848. Windows color (decimal): -14588897 or 2057249. OLE color: 2057249.

HSL color Cylindrical-coordinate representation of color #21641F: hue angle of 118.26º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21641F is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB3310031-
CMYK0.6700.690.61
HSL118.26º52.67%25.69%-
HSV(B)118.26º69%39.22%-
XYZ5.439.542.85-
YUV72.1104.8100.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.12%
GREEN value IS 100 (39.45% from 255) = 60.98%
BLUE value IS 31 (12.5% from 255) = 18.90%
R=20.12%
G=60.98%
B=18.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal33100310.6700.690.61118.2652.6725.69
Hex21641F430453D76351a
Octal41144371030105751666532
Binary100001110010011111100001101000101111101111011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21641F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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