#21742D

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

Shades of San Felix #21742D

Tints of San Felix #21742D

Color information

#21742D (or 0x21742D) is unknown color: approx San Felix. HEX triplet: 21, 74 and 2D. RGB value is (33,116,45). Sum of RGB (Red+Green+Blue) = 33+116+45=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #21742D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21742D is #DE8BD2. Grayscale: #535353. Windows color (decimal): -14584787 or 2978849. OLE color: 2978849.

HSL color Cylindrical-coordinate representation of color #21742D: hue angle of 128.67º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21742D is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB3311645-
CMYK0.7200.610.55
HSL128.67º55.7%29.22%-
HSV(B)128.67º71.55%45.49%-
XYZ7.35134.61-
YUV83.09106.592.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 116 (45.70% from 255) = 59.79%
BLUE value IS 45 (17.97% from 255) = 23.20%
R=17.01%
G=59.79%
B=23.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33116450.7200.610.55128.6755.729.22
Hex21742D4803D3781381d
Octal4116455110075672017035
Binary1000011110100101101100100001111011101111000000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21742D; }

 p { color: rgb(33,116,45); }

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

<style>
 a { background-color: #21742D; }

 a { background-color: rgb(33,116,45); }

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

<style>
 span { border-color: #21742D; }

 span { border-color: rgb(33,116,45); }

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