#21752B

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

Shades of San Felix #21752B

Tints of San Felix #21752B

Color information

#21752B (or 0x21752B) is unknown color: approx San Felix. HEX triplet: 21, 75 and 2B. RGB value is (33,117,43). Sum of RGB (Red+Green+Blue) = 33+117+43=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 117 (46.09% from 255 or 60.62% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 117 - color contains mainly: green. Hex color #21752B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21752B is #DE8AD4. Grayscale: #535353. Windows color (decimal): -14584533 or 2848033. OLE color: 2848033.

HSL color Cylindrical-coordinate representation of color #21752B: hue angle of 127.14º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21752B is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB3311743-
CMYK0.7200.630.54
HSL127.14º56%29.41%-
HSV(B)127.14º71.79%45.88%-
XYZ7.4213.224.45-
YUV83.45105.1792.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.10%
GREEN value IS 117 (46.09% from 255) = 60.62%
BLUE value IS 43 (17.19% from 255) = 22.28%
R=17.10%
G=60.62%
B=22.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33117430.7200.630.54127.145629.41
Hex21752B4803F367f381d
Octal4116553110077661777035
Binary100001111010110101110010000111111110110111111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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