#21742E

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

Shades of San Felix #21742E

Tints of San Felix #21742E

Color information

#21742E (or 0x21742E) is unknown color: approx San Felix. HEX triplet: 21, 74 and 2E. RGB value is (33,116,46). Sum of RGB (Red+Green+Blue) = 33+116+46=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #21742E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21742E is #DE8BD1. Grayscale: #535353. Windows color (decimal): -14584786 or 3044385. OLE color: 3044385.

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

Color convert

RGB3311646-
CMYK0.7200.600.55
HSL129.4º55.7%29.22%-
HSV(B)129.4º71.55%45.49%-
XYZ7.3713.014.71-
YUV83.210792.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 116 (45.70% from 255) = 59.49%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=16.92%
G=59.49%
B=23.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33116460.7200.600.55129.455.729.22
Hex21742E4803C3781381d
Octal4116456110074672017035
Binary1000011110100101110100100001111001101111000000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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