#21661E

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

Shades of San Felix #21661E

Tints of San Felix #21661E

Color information

#21661E (or 0x21661E) is unknown color: approx San Felix. HEX triplet: 21, 66 and 1E. RGB value is (33,102,30). Sum of RGB (Red+Green+Blue) = 33+102+30=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 102 (40.23% from 255 or 61.82% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 102 - color contains mainly: green. Hex color #21661E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21661E is #DE99E1. Grayscale: #494949. Windows color (decimal): -14588386 or 1992225. OLE color: 1992225.

HSL color Cylindrical-coordinate representation of color #21661E: hue angle of 117.5º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21661E is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB3310230-
CMYK0.6800.710.6
HSL117.5º54.55%25.88%-
HSV(B)117.5º70.59%40%-
XYZ5.619.922.85-
YUV73.16103.6499.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 102 (40.23% from 255) = 61.82%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=20%
G=61.82%
B=18.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33102300.6800.710.6117.554.5525.88
Hex21661E440473C76371a
Octal41146361040107741666732
Binary100001110011011110100010001000111111100111011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21661E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,102,30); }

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

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

 a { background-color: rgb(33,102,30); }

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

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

 span { border-color: rgb(33,102,30); }

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