#21752E

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

Shades of San Felix #21752E

Tints of San Felix #21752E

Color information

#21752E (or 0x21752E) is unknown color: approx San Felix. HEX triplet: 21, 75 and 2E. RGB value is (33,117,46). Sum of RGB (Red+Green+Blue) = 33+117+46=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #21752E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21752E is #DE8AD1. Grayscale: #535353. Windows color (decimal): -14584530 or 3044641. OLE color: 3044641.

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

Color convert

RGB3311746-
CMYK0.7200.610.54
HSL129.29º56%29.41%-
HSV(B)129.29º71.79%45.88%-
XYZ7.4813.244.75-
YUV83.79106.6791.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 117 (46.09% from 255) = 59.69%
BLUE value IS 46 (18.36% from 255) = 23.47%
R=16.84%
G=59.69%
B=23.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33117460.7200.610.54129.295629.41
Hex21752E4803D3681381d
Octal4116556110075662017035
Binary1000011110101101110100100001111011101101000000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21752E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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