#21652B

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

Shades of San Felix #21652B

Tints of San Felix #21652B

Color information

#21652B (or 0x21652B) is unknown color: approx San Felix. HEX triplet: 21, 65 and 2B. RGB value is (33,101,43). Sum of RGB (Red+Green+Blue) = 33+101+43=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 101 (39.84% from 255 or 57.06% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 101 - color contains mainly: green. Hex color #21652B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21652B is #DE9AD4. Grayscale: #4A4A4A. Windows color (decimal): -14588629 or 2843937. OLE color: 2843937.

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

Color convert

RGB3310143-
CMYK0.6700.570.60
HSL128.82º50.75%26.27%-
HSV(B)128.82º67.33%39.61%-
XYZ5.729.813.88-
YUV74.06110.4798.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.64%
GREEN value IS 101 (39.84% from 255) = 57.06%
BLUE value IS 43 (17.19% from 255) = 24.29%
R=18.64%
G=57.06%
B=24.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33101430.6700.570.60128.8250.7526.27
Hex21652B430393C81331a
Octal4114553103071742016332
Binary1000011100101101011100001101110011111001000000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21652B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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