#21642B

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

Shades of San Felix #21642B

Tints of San Felix #21642B

Color information

#21642B (or 0x21642B) is unknown color: approx San Felix. HEX triplet: 21, 64 and 2B. RGB value is (33,100,43). Sum of RGB (Red+Green+Blue) = 33+100+43=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 100 (39.45% from 255 or 56.82% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 100 - color contains mainly: green. Hex color #21642B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21642B is #DE9BD4. Grayscale: #494949. Windows color (decimal): -14588885 or 2843681. OLE color: 2843681.

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

Color convert

RGB3310043-
CMYK0.6700.570.61
HSL128.96º50.38%26.08%-
HSV(B)128.96º67%39.22%-
XYZ5.629.613.84-
YUV73.47110.899.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 100 (39.45% from 255) = 56.82%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=18.75%
G=56.82%
B=24.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal33100430.6700.570.61128.9650.3826.08
Hex21642B430393D81321a
Octal4114453103071752016232
Binary1000011100100101011100001101110011111011000000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21642B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21642B; }

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

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

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

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

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

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

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

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