#21752C

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

Shades of San Felix #21752C

Tints of San Felix #21752C

Color information

#21752C (or 0x21752C) is unknown color: approx San Felix. HEX triplet: 21, 75 and 2C. RGB value is (33,117,44). Sum of RGB (Red+Green+Blue) = 33+117+44=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #21752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21752C is #DE8AD3. Grayscale: #535353. Windows color (decimal): -14584532 or 2913569. OLE color: 2913569.

HSL color Cylindrical-coordinate representation of color #21752C: hue angle of 127.86º 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 #21752C is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB3311744-
CMYK0.7200.620.54
HSL127.86º56%29.41%-
HSV(B)127.86º71.79%45.88%-
XYZ7.4413.234.54-
YUV83.56105.6791.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 117 (46.09% from 255) = 60.31%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=17.01%
G=60.31%
B=22.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33117440.7200.620.54127.865629.41
Hex21752C4803E3680381d
Octal4116554110076662007035
Binary1000011110101101100100100001111101101101000000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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